]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
Go to gpx_offline mode
[chef.git] / roles / poldi.rb
index 77626ed3893b64b6833890d73221bc6a0e1b18d2..7bb870f71e0848a0a5a36aaebd12177134707572 100644 (file)
@@ -2,6 +2,9 @@ name "poldi"
 description "Master role applied to poldi"
 
 default_attributes(
+  :apt => {
+    :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
+  },
   :devices => {
     :areca_ld_tune => {
       :comment => "RAID arrays on areca",
@@ -94,6 +97,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wates]",
   "role[nominatim]"
 )