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