X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06b834f31695fd5a75fe0c4972582a7ae8036ca2..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index d6c149c6b..be3a48e3f 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" } ) @@ -63,6 +63,8 @@ run_list( "role[hp-dl180-g6]", "role[gateway]", "role[web-storage]", + "role[backup]", "role[planet]", + # "role[planetdump]", "recipe[openvpn]" )