]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Add more location and hosting information
[chef.git] / roles / osuosl.rb
index e6aa9632bbc1b44039b2fbdfc2ae0e08c9e0c241..2d7edd7cf5c7efa70ba6a14c23a541f432fbea2b 100644 (file)
@@ -7,8 +7,10 @@ default_attributes(
       :osuadmin => { :status => :administrator }
     }
   },
+  :hosted_by => "OSUOSL",
+  :location => "Corvallis, Oregon",
   :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :zone => "ool",
@@ -23,7 +25,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp.osuosl.org" ]
+    :servers => ["ntp.osuosl.org"]
   }
 )