]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Merge remote-tracking branch 'tigerfell/pr257'
[chef.git] / roles / dev.rb
index 3c9ae819660d8dcc8d8b23fda73cb9a9fd9f6c4d..5d2c36edb5c80e5b93cb434bb1b5ad141dca89d6 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :accounts => {
     :users => {
       :edgemaster => { :status => :administrator },
-      :emacsen => { :status => :administrator },
+      :emacsen => { :status => :user },
       :twain => { :status => :user },
       :bretth => { :status => :user },
       :richard => { :status => :user },
@@ -69,6 +69,7 @@ default_attributes(
       :gregrs => { :status => :user },
       :stereo => { :status => :user },
       :dmlu => { :status => :user },
+      :antonkh => { :status => :user },
       :ooc => {
         :status => :role,
         :members => [:tomh, :blackadder, :timsc, :ollie]
@@ -121,18 +122,6 @@ default_attributes(
       :microcosms => {
         :repository => "https://github.com/openbrian/osm-microcosms.git",
         :revision => "microcosms"
-      },
-      :upload => {
-        :repository => "https://git.openstreetmap.org/public/rails.git",
-        :revision => "master",
-        :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git",
-        :cgimap_revision => "feature/bulk_upload"
-      },
-      :argon2 => {
-        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "argon2",
-        :cgimap_repository => "https://github.com/mmd-osm/openstreetmap-cgimap.git",
-        :cgimap_revision => "feature/argon2"
       }
     }
   },
@@ -162,6 +151,9 @@ default_attributes(
         "kernel.shmmax" => "17179869184"
       }
     }
+  },
+  :openssh => {
+    :password_authentication => true
   }
 )