X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e3654d6a7a28bbf68a479dbd95a08bb64e9b0b2e..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index 40e5dd3f5..be3a48e3f 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" } ) @@ -65,6 +65,6 @@ run_list( "role[web-storage]", "role[backup]", "role[planet]", - "role[planetdump]", + # "role[planetdump]", "recipe[openvpn]" )