]> git.openstreetmap.org Git - chef.git/commitdiff
Disable replication on grisu
authorTom Hughes <tom@compton.nu>
Sat, 7 Jan 2017 10:42:40 +0000 (10:42 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 7 Jan 2017 10:42:40 +0000 (10:42 +0000)
roles/grisu.rb

index d6c149c6b9a066a8b03e99d7ddcc9ddf888d437e..613f9f27ca9230761a1304391fc8e545ebcc7c0a 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "enabled"
+    :replication => "disabled"
   }
 )