]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorwen.rb
Configure modtile and renderd collectors
[chef.git] / roles / gorwen.rb
index d02c39d2e68abac3b3377e4706772fa43476bd38..18ca17ae73125e903f953dc512a92f9756c117b5 100644 (file)
@@ -23,6 +23,9 @@ default_attributes(
         :prefix => "125",
         :gateway => "2800:1e0:a01:a006::69"
       }
+    },
+    :wireguard => {
+      :enabled => false
     }
   },
   :squid => {
@@ -48,6 +51,6 @@ default_attributes(
 )
 
 run_list(
-  "role[edgeuno]",
+  "role[edgeuno-co]",
   "role[tilecache]"
 )