]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dribble.rb
Switch culebre to use postgres 16
[chef.git] / roles / dribble.rb
index 919720597046a611469ec6f01b1cb7a29020be65..ce6da2faca4b9b97c69718d87a6b13dd8bc231a1 100644 (file)
@@ -31,11 +31,12 @@ default_attributes(
   },
   :accounts => {
     :users => {
-      :kevin => { :status => :user }
+      :stereo => { :status => :administrator }
     }
   }
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[taginfo]"
 )