Skip to content

Commit

Permalink
fix issue #399
Browse files Browse the repository at this point in the history
  • Loading branch information
bovy89 committed Dec 10, 2015
1 parent 70ca067 commit b80935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/sensu_client_config/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def keepalive
end

def keepalive=(value)
conf['client']['keepalive'] = value
conf['client']['keepalive'] = to_type(value)
end

def safe_mode
Expand Down

0 comments on commit b80935e

Please sign in to comment.