Skip to content

Commit

Permalink
org_base: adding prescription for replacing :discovers hash
Browse files Browse the repository at this point in the history
  • Loading branch information
temujin9 committed Mar 27, 2013
1 parent 3990c63 commit cbc964e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/org_base.rb
Expand Up @@ -2,7 +2,9 @@
description 'Attributes and recipes applied to EVERY node in the organization'

default_attributes({
:discovers => {
# :nfs => { :discover_in => 'control' } ,
# :zabbix => { :server => { :discover_in => 'control' } },
:discovers => { # FIXME: Replace with the above, once silverware 3.3 is everywhere
:nfs => 'control',
:zabbix => { :server => 'control' },
},
Expand Down

0 comments on commit cbc964e

Please sign in to comment.