]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Rename the ucl-internal role to ucl-wates
[chef.git] / roles / ascalon.rb
index 9b6ecd00eeb4bffaa019ca943ec384dd81e40678..b27b9e0870302911bc52511ea505ab6e43e38101 100644 (file)
@@ -11,9 +11,15 @@ default_attributes(
         :address => "10.0.0.18"
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :emacsen => { :status => :administrator }
+    }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wates]",
+  "role[roundup]"
 )