From f632539b3cf01c2a5f241d17b054dd58d9bdfde2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 30 Dec 2022 14:38:30 +0000 Subject: [PATCH] Configure smaug as a matomo server --- roles/smaug.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/smaug.rb b/roles/smaug.rb index 0c7843741..547143452 100644 --- a/roles/smaug.rb +++ b/roles/smaug.rb @@ -33,5 +33,6 @@ default_attributes( ) run_list( - "role[equinix-dub]" + "role[equinix-dub]", + "role[matomo]" ) -- 2.39.5