]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
ProxyPassMatch can't be in a <Directory> section
[chef.git] / roles / ascalon.rb
index 9b6ecd00eeb4bffaa019ca943ec384dd81e40678..1dc5146a10256a4212f35b3e8a2ea23156c90b45 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-internal]",
+  "role[roundup]"
 )