X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..4ff36685d4495ee683874fdb901d6d0170cb85c3:/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]" )