X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ed7b3e3f2efae516d362592920d1c2c6ad39db1b..a75d9db67025eeb4db19abdb36a6a870a6ea0dc4:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index ae27c20e2..804aace16 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -12,9 +12,6 @@ default_attributes( :max_connections_per_child => 10000 } }, - :bind => { - :clients => "ucl" - }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" @@ -43,11 +40,11 @@ run_list( "role[gateway]", "role[foundation]", "role[stateofthemap]", - "role[switch2osm]", "role[blog]", "role[otrs]", "role[donate]", "recipe[hot]", "recipe[dmca]", - "recipe[dhcpd]" + "recipe[dhcpd]", + "recipe[ideditor]" )