Skip to content

Commit

Permalink
Merge pull request #458 from bovy89/hotfix/issue-399
Browse files Browse the repository at this point in the history
fix issue #399
  • Loading branch information
jlambert121 committed Dec 14, 2015
2 parents 9b9eb3c + b80935e commit 91f797f
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 @@ -90,7 +90,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 91f797f

Please sign in to comment.