X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a4d6799f3084f32868038c3b9771f67691312e4..456dad622b22a008710ae410ec0a27550292dc57:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index 595b5a0f6..8e177a8ff 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -2,6 +2,9 @@ name "grisu" description "Master role applied to grisu" default_attributes( + :bind => { + :clients => "bytemark" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -65,5 +68,6 @@ run_list( "role[web-storage]", "role[backup]", "role[planet]", + # "role[planetdump]", "recipe[openvpn]" )