X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c14a35ff753f0932435b1ce189e97ab17b2f72a..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index e536c0f61..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 => { @@ -52,6 +52,9 @@ default_attributes( } } } + }, + :planet => { + :replication => "disabled" } ) @@ -60,6 +63,8 @@ run_list( "role[hp-dl180-g6]", "role[gateway]", "role[web-storage]", + "role[backup]", "role[planet]", + # "role[planetdump]", "recipe[openvpn]" )