]> git.openstreetmap.org Git - chef.git/commitdiff
Remove nominatim role from dulcy temporarily
authorTom Hughes <tom@compton.nu>
Fri, 30 Sep 2016 18:54:29 +0000 (19:54 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 30 Sep 2016 18:54:29 +0000 (19:54 +0100)
roles/dulcy.rb

index 447f6b5247fa1cb973b174c26540f7fb9b4b9c65..9b38f7abebfaa18e8efa3d5e2ad3b8cc81e7b89e 100644 (file)
@@ -60,6 +60,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ic]",
-  "role[nominatim-standalone]"
+  "role[ic]"
 )