X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3fcbca9021c2343f8b1bbb13d99e5338a0dc7db2..5fbc96e38dd8dfcb3eb1ed0a5f4319ccaf244d6d:/roles/tabaluga.rb?ds=sidebyside diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index df8d76ea7..3667d73df 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -2,10 +2,6 @@ name "tabaluga" description "Master role applied to tabaluga" default_attributes( - :dhcpd => { - :first_address => "10.0.63.1", - :last_address => "10.0.63.254" - }, :networking => { :interfaces => { :internal => { @@ -38,6 +34,6 @@ default_attributes( run_list( "role[equinix-ams]", "role[hp-g9]", - "role[gateway]", - "recipe[dhcpd]" + "role[blog-staging]", + "role[taginfo]" )