]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Revert "Switch site to readonly mode on ramoth"
[chef.git] / roles / osuosl.rb
index 41d7c6e90a543663b499b55cebc3ab45283803ec..e68f0c5359a398c06f75cc77e683d2f1ebd87c19 100644 (file)
@@ -2,8 +2,13 @@ name "osuosl"
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :osuadmin => { :status => :administrator }
+    }
+  },
   :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 +23,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp.osuosl.org" ]
+    :servers => ["ntp.osuosl.org"]
   }
 )