]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Allow all tilecache servers to sync to the log store
[chef.git] / roles / ironbelly.rb
index 273a74a0ebc9004437e6d11cc6a9ef58e325db22..427e9ce9cdf18bdeaed961825989e97227d757e2 100644 (file)
@@ -2,6 +2,9 @@ name "ironbelly"
 description "Master role applied to ironbelly"
 
 default_attributes(
+  :apt => {
+    :sources => [ "ubuntugis-unstable" ]
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -69,7 +72,8 @@ default_attributes(
           "2001:630:12:500::/64", # ic external
           "127.0.0.0/8",          # localhost
           "::1"                   # localhost
-        ]
+        ],
+        :nodes_allow => "roles:tilecache"
       }
     }
   }