]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / git.rb
index 0b41762234c1566835c8ba1ec3575a7b989cc508..048490aac98365f432821bcf08a5242e5817e5a2 100644 (file)
@@ -8,22 +8,19 @@ default_attributes(
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
-      :translatewiki => {
-        :status => :user,
-        :shell => "/usr/bin/git-shell"
-      },
       :yellowbkpk => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
       :git => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk, :translatewiki ]
+        :members => [:tomh, :grant, :matt, :lonvia, :yellowbkpk]
       }
     }
   },
   :git => {
-    :host => "git.openstreetmap.org"
+    :host => "git.openstreetmap.org",
+    :backup => "git"
   }
 )