From cbc964e4b67de1f6b2ccd8b917ad5d44f5b75110 Mon Sep 17 00:00:00 2001 From: Nathaniel Eliot Date: Wed, 27 Mar 2013 13:02:04 -0500 Subject: [PATCH] org_base: adding prescription for replacing :discovers hash --- roles/org_base.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/org_base.rb b/roles/org_base.rb index 3dc07705..84db5ec7 100644 --- a/roles/org_base.rb +++ b/roles/org_base.rb @@ -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' }, },