X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8eff1012683a165183b67903f8bc1828522a870a..901782e5452c232c7e6f644f2c56a3903b09edf3:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 62228f5bc..591f31ae2 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,9 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :bind => { + :clients => "ucl" + }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" @@ -73,6 +76,7 @@ run_list( "role[otrs]", "role[donate]", "recipe[hot]", + "recipe[dmca]", "recipe[dhcpd]", "recipe[openvpn]" )