From: Tom Hughes Date: Mon, 16 May 2016 08:18:38 +0000 (+0100) Subject: Disable replication on grisu X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/32cff305562337146fe0935e9451d5c00e1eaac7 Disable replication on grisu --- diff --git a/roles/grisu.rb b/roles/grisu.rb index d6c149c6b..613f9f27c 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" } )