X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8d4bc9baedbfb47cc7230173bf5c25376f3c38b0..d7239900c012c14afb3af416740b161bbdd268af:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index 5bb7dca40..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" } )