]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tilecache role from komodo for now
authorTom Hughes <tom@compton.nu>
Tue, 5 Dec 2017 15:55:29 +0000 (15:55 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 5 Dec 2017 15:55:29 +0000 (15:55 +0000)
roles/komodo.rb

index 144301c3bc4662539a1b2ec29ce5dfafbc98c201..a83641b966b97c13d9b857734d5921ce1152a5a1 100644 (file)
@@ -27,7 +27,5 @@ default_attributes(
 )
 
 run_list(
-  "role[g5solutions]",
-  "role[geodns]",
-  "role[tilecache]"
+  "role[g5solutions]"
 )