Skip to content

Commit

Permalink
Merge pull request #51 from rightscale-cookbooks/fix-slave-stats
Browse files Browse the repository at this point in the history
Setting slavestats to boolean
  • Loading branch information
cdwilhelm committed Jun 2, 2016
2 parents 287c947 + 05c4611 commit e4c7170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/slave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Chef::Recipe
action :delete
end

node.default['rs-mysql']['collectd']['mysql']['SlaveStats'] = 'true'
node.default['rs-mysql']['collectd']['mysql']['SlaveNotifications'] = 'true'
node.default['rs-mysql']['collectd']['mysql']['SlaveStats'] = true
node.default['rs-mysql']['collectd']['mysql']['SlaveNotifications'] = true
include_recipe 'rs-mysql::collectd'
include_recipe 'rs-mysql::slave_monitors'

0 comments on commit e4c7170

Please sign in to comment.