]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
Fix bind cookbook for change in service name on Ubuntu 20.04
[chef.git] / roles / imagery.rb
index 2f4663447f7fe792378d857c363e1291120926b9..f243f44c0cbc8921804b75a8dbb32b51a81dd7d1 100644 (file)
@@ -4,16 +4,15 @@ 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 ]
       }
     }
   },
-  :apt => {
-    :sources => ["nginx"]
-  },
   :sysctl => {
     :sockets => {
       :comment => "Increase size of connection queue",
@@ -55,5 +54,7 @@ run_list(
   "recipe[imagery::gb_surrey_aerial]",
   "recipe[imagery::za_ngi_topo]",
   "recipe[imagery::za_coct_aerial]",
-  "recipe[imagery::na_sgswa_topo.rb]"
+  "recipe[imagery::na_sgswa_topo]",
+  "recipe[imagery::lu_ngl_dtm]",
+  "recipe[imagery::lu_lidar_hillshade]"
 )