Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Make nodes singular
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 30, 2014
1 parent 7f6ae1c commit 624fa0e
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ GRAPH
aptly (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.1)
rubygems-sensu (0.0.51)
rubygems-sensu (0.0.52)
chef-vault (>= 0.0.0)
sensu (>= 0.0.0)
rubygems-ssh (0.0.3)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-sensu'
maintainer 'RubyGems.org ops team'

version '0.0.51'
version '0.0.52'

depends 'chef-vault'
depends 'sensu'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@

sensu_client node.name do
address node.ipaddress
subscriptions nodes.roles + ['all']
subscriptions node.roles + ['all']
additional(environment: node.chef_environment)
end

0 comments on commit 624fa0e

Please sign in to comment.