]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
Fix rubocop warnings
[chef.git] / roles / imagery.rb
index e1d4881a90cc6c58ad115a61083ebe52f4e6abbf..fedd79afc43b7fbd21aa79780b229113f1cc0a40 100644 (file)
@@ -12,7 +12,7 @@ default_attributes(
     }
   },
   :apt => {
-    :sources => ["nginx"]
+    :sources => %w[nginx ubuntugis-unstable]
   },
   :sysctl => {
     :sockets => {
@@ -54,5 +54,6 @@ run_list(
   "recipe[imagery::gb_os_sv]",
   "recipe[imagery::gb_surrey_aerial]",
   "recipe[imagery::za_ngi_topo]",
-  "recipe[imagery::za_coct_aerial]"
+  "recipe[imagery::za_coct_aerial]",
+  "recipe[imagery::na_sgswa_topo]"
 )