From: Tom Hughes Date: Sat, 7 Jan 2017 10:42:40 +0000 (+0000) Subject: Disable replication on grisu X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6b82981499c65a789df9d68c5eee937f920e725c 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" } )