]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
mediawiki: Use less aggressive DNSBLs
[chef.git] / roles / tabaluga.rb
index df8d76ea7e5b7ca6014e40bb9b13f3e15b8028ec..d682df74a591b22f06cf94db908fb64cb2e9b516 100644 (file)
@@ -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 => {
@@ -37,7 +33,5 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[hp-g9]",
-  "role[gateway]",
-  "recipe[dhcpd]"
+  "role[hp-g9]"
 )