]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Don't use ubuntugis on pummelzacken
[chef.git] / roles / ascalon.rb
index b54fbde8c9cdf6abae90ee08e7304773a5577b63..61a72bb2c0497bb728c25723659c8709cbced6d4 100644 (file)
@@ -17,9 +17,15 @@ default_attributes(
         :address => "128.40.168.105"
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :emacsen => { :status => :administrator }
+    }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-internal]",
+  "role[roundup]"
 )