]> git.openstreetmap.org Git - chef.git/blobdiff - roles/angor.rb
Add role for tabaluga
[chef.git] / roles / angor.rb
index b3021145c2498a0f53bd2ba90549a019fea91caf..65dfc1ed1f6e4151a2e987bb449e35c70d7e9963 100644 (file)
@@ -29,7 +29,6 @@ default_attributes(
   :tilecache => {
     :tile_parent => "capetown.render.openstreetmap.org",
     :tile_siblings => [
-      "trogdor.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
       "ridgeback.openstreetmap.org",
@@ -39,5 +38,7 @@ default_attributes(
 )
 
 run_list(
-  "role[inxza]"
+  "role[inxza]",
+  "role[tilecache]",
+  "role[ftp]"
 )