X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..63694bbb3acd7dc65ed20ab2ab7a1aa0c2cea4b2:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index ebc62416b..40e5dd3f5 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" } ) @@ -63,6 +63,8 @@ run_list( "role[hp-dl180-g6]", "role[gateway]", "role[web-storage]", + "role[backup]", "role[planet]", + "role[planetdump]", "recipe[openvpn]" )