]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Initial work on a taginfo cookbook
[chef.git] / roles / grindtooth.rb
index 7fc2daea98ee2ce2e7126eefad34c36a094652cc..00ffdcaf644c9d421520253cdf2a6fb639de3964 100644 (file)
@@ -2,11 +2,6 @@ name "grindtooth"
 description "Master role applied to grindtooth"
 
 default_attributes(
 description "Master role applied to grindtooth"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :jochen => { :status => :administrator }
-    }
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -20,5 +15,6 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-internal]",
+  "role[taginfo]"
 )
 )