]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
imagery: give dmlu + stereo accounts
[chef.git] / roles / imagery.rb
index 450f8c95a9e120c69f973d8dcf2b45ab5202c10b..246f83cd1d6c5319b133fd3e718b0c5e129bd916 100644 (file)
@@ -4,10 +4,12 @@ description "Role applied to all imagery servers"
 default_attributes(
   :accounts => {
     :users => {
+      :dmlu => { :status => :user },
       :htonl => { :status => :user },
+      :stereo => { :status => :user },
       :imagery => {
         :status => :role,
-        :members => [:grant, :tomh, :htonl]
+        :members => [:grant, :tomh, :dmlu, :htonl, :stereo ]
       }
     }
   },