X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e3654d6a7a28bbf68a479dbd95a08bb64e9b0b2e..d7239900c012c14afb3af416740b161bbdd268af:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index 40e5dd3f5..8e177a8ff 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -2,6 +2,9 @@ name "grisu" description "Master role applied to grisu" default_attributes( + :bind => { + :clients => "bytemark" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -54,7 +57,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" } ) @@ -65,6 +68,6 @@ run_list( "role[web-storage]", "role[backup]", "role[planet]", - "role[planetdump]", + # "role[planetdump]", "recipe[openvpn]" )