From: Tom Hughes Date: Fri, 6 Jan 2017 21:34:48 +0000 (+0000) Subject: Enable replication on grisu X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8bb3ca7d2d9d7e974ff22b6383a3110826b968e6 Enable replication on grisu --- diff --git a/roles/grisu.rb b/roles/grisu.rb index 613f9f27c..d6c149c6b 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" } )