Skip to content

Commit

Permalink
Merge pull request #457 from zbintliff/socket-fix
Browse files Browse the repository at this point in the history
Fixing regression bug.
  • Loading branch information
jlambert121 committed Dec 14, 2015
2 parents 91f797f + 6a4453e commit 553994f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/puppet/type/sensu_client_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ def insync?(is)
value.each { |k, v| value[k] = to_type(v) }
end

def is_to_s(hash = @is)
hash.keys.sort.map {|key| "#{key} => #{hash[key]}"}.join(", ")
end

def should_to_s(hash = @should)
hash.keys.sort.map {|key| "#{key} => #{hash[key]}"}.join(", ")
end

def insync?(is)
if defined? @should[0]
if is == @should[0].each { |k, v| value[k] = to_type(v) }
Expand Down

0 comments on commit 553994f

Please sign in to comment.