]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Add more location and hosting information
[chef.git] / roles / osuosl.rb
index 41d7c6e90a543663b499b55cebc3ab45283803ec..2d7edd7cf5c7efa70ba6a14c23a541f432fbea2b 100644 (file)
@@ -2,8 +2,15 @@ name "osuosl"
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :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",
@@ -18,7 +25,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp.osuosl.org" ]
+    :servers => ["ntp.osuosl.org"]
   }
 )