]> git.openstreetmap.org Git - chef.git/commitdiff
Configure smaug as a matomo server
authorTom Hughes <tom@compton.nu>
Fri, 30 Dec 2022 14:38:30 +0000 (14:38 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 30 Dec 2022 14:38:42 +0000 (14:38 +0000)
roles/smaug.rb

index 0c784374193932d9f212252d414718652553ea16..5471434527f8830abbb55e35215619c2f5f90cb0 100644 (file)
@@ -33,5 +33,6 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[matomo]"
 )
 )