]> git.openstreetmap.org Git - chef.git/commitdiff
disable db replication between pummelzacken and poldi
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 17 May 2016 07:08:06 +0000 (09:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 17 May 2016 07:08:06 +0000 (09:08 +0200)
roles/poldi.rb
roles/pummelzacken.rb

index e6bc74e7393ea74ef541e6a2e2141f99ab0e703b..7bd41678e757dfc344d1fbaed228276d4e3f99c8 100644 (file)
@@ -92,5 +92,5 @@ default_attributes(
 run_list(
   "role[ic]",
   "role[tyan-s7010]",
-  "role[nominatim-slave]"
+  "role[nominatim-standalone]"
 )
index 73e486518232f9eb101f52d60d67a44e4ac7ad6b..74878b2533a2a0b8856ed5822e9d73382035d4ea 100644 (file)
@@ -63,5 +63,5 @@ default_attributes(
 
 run_list(
   "role[ucl-wolfson]",
-  "role[nominatim-master]"
+  "role[nominatim-standalone]"
 )