]> git.openstreetmap.org Git - chef.git/commitdiff
Don't setup ubuntugis-stable on yevaud
authorTom Hughes <tom@compton.nu>
Tue, 28 Apr 2015 19:25:13 +0000 (20:25 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 28 Apr 2015 19:25:13 +0000 (20:25 +0100)
roles/orm.rb
roles/tile.rb

index 3be0a2e6dd4188301e8052209f7381d5fc15a80d..a44ffd143ee65cbb68d7d89cdc70d039af3368fd 100644 (file)
@@ -2,6 +2,9 @@ name "orm"
 description "Master role applied to orm"
 
 default_attributes(
+  :apt => {
+    :sources => ["ubuntugis-stable"]
+  },
   :devices => {
     :ssd_samsung => {
       :comment => "Tune scheduler for SSD",
index 3f866140a011adbd389e900fe2af0635043bf980..907b1ae8810386b65a2d2abe206ae8a5f3192e60 100644 (file)
@@ -22,9 +22,6 @@ default_attributes(
       :max_requests_per_child => 100000
     }
   },
-  :apt => {
-    :sources => ["ubuntugis-stable"]
-  },
   :postgresql => {
     :versions => ["9.1"],
     :settings => {