]> git.openstreetmap.org Git - chef.git/commitdiff
Fix gpstile user setup
authorTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 19:25:28 +0000 (20:25 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 19:25:28 +0000 (20:25 +0100)
roles/gps-tile.rb

index 0b20f713dcecceb44a9851267cf59eb20b499ee8..c4aba9dbd2fdb3dd52f8d410db96e8e7af49d630 100644 (file)
@@ -4,8 +4,11 @@ description "Role applied to all GPS tile servers"
 default_attributes(
   :accounts => {
     :users => {
 default_attributes(
   :accounts => {
     :users => {
-      :gpstile => :role,
-      :enf => { :status => :administrator }
+      :enf => { :status => :administrator },
+      :gpstile => {
+        :status => :role,
+        :members => [ :enf, :tomh ]
+      }
     }
   }
 )
     }
   }
 )