Skip to content

Commit

Permalink
Fix chefspec warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Dec 29, 2012
1 parent 2e191c8 commit 73409d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chef/cookbooks/glance/attributes/default.rb
Expand Up @@ -75,7 +75,7 @@
default[:glance][:tty_linux_image] = "http://c3226372.r72.cf0.rackcdn.com/tty_linux.tar.gz"

# declare what needs to be monitored
node[:glance][:monitor]={}
node[:glance][:monitor][:svcs] = []
node[:glance][:monitor][:ports]={}
node.set[:glance][:monitor]={}
node.set[:glance][:monitor][:svcs] = []
node.set[:glance][:monitor][:ports]={}

0 comments on commit 73409d2

Please sign in to comment.