]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lyonix.rb
Add more location and hosting information
[chef.git] / roles / lyonix.rb
index f7bb27a3d6568e4ecdd4a7321a32a6e9890abe2c..522c9020f46a6d36d301690c5f932297f0645543 100644 (file)
@@ -7,8 +7,10 @@ default_attributes(
       :lyonix => { :status => :administrator }
     }
   },
+  :hosted_by => "LyonIX",
+  :location => "Lyon, France",
   :networking => {
-    :nameservers => [ "77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4" ],
+    :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :zone => "ly"
@@ -16,7 +18,7 @@ default_attributes(
     }
   },
   :snmpd => {
-    :clients => [ "77.95.64.0/24", "77.95.70.0/24" ],
+    :clients => ["77.95.64.0/24", "77.95.70.0/24"],
     :community => "lyonix",
     :location => "LYON",
     :contact => "noc@lyonix.net"
@@ -25,7 +27,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
   }
 )