X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8bb3ca7d2d9d7e974ff22b6383a3110826b968e6..31a516770ed279c68a6fb17ec9a498824becdcf3:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index d6c149c6b..ebc62416b 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.20", :bond => { - :slaves => %w(em1 em2) + :slaves => %w[em1 em2] } }, :external_ipv4 => { @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" } )