X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0550f542fdad6aa68fe6afb032587b9a635c0870..43579f6444232b183805cfba96dcac36332c81f2:/roles/lyonix.rb diff --git a/roles/lyonix.rb b/roles/lyonix.rb index 8233916fd..f7bb27a3d 100644 --- a/roles/lyonix.rb +++ b/roles/lyonix.rb @@ -14,6 +14,12 @@ default_attributes( :zone => "ly" } } + }, + :snmpd => { + :clients => [ "77.95.64.0/24", "77.95.70.0/24" ], + :community => "lyonix", + :location => "LYON", + :contact => "noc@lyonix.net" } ) @@ -24,5 +30,6 @@ override_attributes( ) run_list( - "role[fr]" + "role[fr]", + "recipe[snmpd]" )