]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gps-tile.rb
Drop use of legacy tile and osmfoundation certificates
[chef.git] / roles / gps-tile.rb
index 0b20f713dcecceb44a9851267cf59eb20b499ee8..c699693ef0ba405cb34beed91186abf922b1dda6 100644 (file)
@@ -4,8 +4,11 @@ description "Role applied to all GPS tile servers"
 default_attributes(
   :accounts => {
     :users => {
-      :gpstile => :role,
-      :enf => { :status => :administrator }
+      :enf => { :status => :administrator },
+      :gpstile => {
+        :status => :role,
+        :members => [:enf, :tomh]
+      }
     }
   }
 )