]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
wordpress: Allow access to robots.txt and similar files
[chef.git] / roles / ridley.rb
index ae27c20e2ac53f40557f27f3a7d89b1947f86e61..804aace16007a3b213a04de8f3714ed756b6e908 100644 (file)
@@ -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]"
 )