]> git.openstreetmap.org Git - chef.git/commitdiff
Disable replication on grisu
authorTom Hughes <tom@compton.nu>
Mon, 16 May 2016 08:18:38 +0000 (09:18 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 16 May 2016 08:18:38 +0000 (09:18 +0100)
roles/grisu.rb

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