]> git.openstreetmap.org Git - chef.git/blobdiff - roles/longma.rb
Update piwik to 4.6.2
[chef.git] / roles / longma.rb
index d0c79ee507a3d8ca287e2bc3fa17b413f2a9b9a5..2b362d8eb6b43ee90d0901b4538ac199c14cc2ef 100644 (file)
@@ -13,7 +13,7 @@ default_attributes(
           :mode => "802.3ad",
           :lacprate => "fast",
           :xmithashpolicy => "layer3+4",
-          :slaves => %w[]
+          :slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3]
         }
       },
       :external_ipv4 => {
@@ -33,5 +33,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[nominatim]"
 )