]> git.openstreetmap.org Git - chef.git/commitdiff
Add tilecache role to saphira and viserion
authorTom Hughes <tom@compton.nu>
Tue, 16 Dec 2014 14:44:14 +0000 (14:44 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 16 Dec 2014 14:44:14 +0000 (14:44 +0000)
roles/saphira.rb
roles/viserion.rb

index b56d76cfffd92cff220f3c16e54256ff13c0dcb6..b05bcbae63460f56a7c9cba845af3f11d3bf2b54 100644 (file)
@@ -39,5 +39,6 @@ default_attributes(
 )
 
 run_list(
-  "role[jump]"
+  "role[jump]",
+  "role[tilecache]"
 )
index 30297d3857116b9ad08ce5c86a64946ae35db50f..51f0cd7da44f5e2be3961c06a1b7f34abbd25bbe 100644 (file)
@@ -34,5 +34,6 @@ default_attributes(
 )
 
 run_list(
-  "role[carnet]"
+  "role[carnet]",
+  "role[tilecache]"
 )