]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorwen.rb
Fix typo
[chef.git] / roles / gorwen.rb
index d02c39d2e68abac3b3377e4706772fa43476bd38..8d2d21b141b23a3f98b4f291a0326c041cefbae6 100644 (file)
@@ -6,6 +6,9 @@ default_attributes(
     :shm_size => "20g"
   },
   :networking => {
+    :firewall => {
+      :enabled => false
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -23,6 +26,9 @@ default_attributes(
         :prefix => "125",
         :gateway => "2800:1e0:a01:a006::69"
       }
+    },
+    :wireguard => {
+      :enabled => false
     }
   },
   :squid => {
@@ -48,6 +54,6 @@ default_attributes(
 )
 
 run_list(
-  "role[edgeuno]",
+  "role[edgeuno-co]",
   "role[tilecache]"
 )