X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7d662601bf8912a1aae72e43ea7586bf06721690..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 8bc758e76..cf511e4ef 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,9 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :bind => { + :clients => "equinix" + }, :dhcpd => { :first_address => "10.0.63.1", :last_address => "10.0.63.254" @@ -133,7 +136,6 @@ run_list( "role[backup]", "role[planet]", "role[planetdump]", - "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]", "recipe[openvpn]",