From 6188d0a7988d066ae251e368820f8de78ea85c04 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Apr 2025 12:13:27 +0100 Subject: [PATCH] Enable the matomo FeatureFlags plugin --- cookbooks/matomo/attributes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/matomo/attributes/default.rb b/cookbooks/matomo/attributes/default.rb index c89a2dbc6..56ae90ca7 100644 --- a/cookbooks/matomo/attributes/default.rb +++ b/cookbooks/matomo/attributes/default.rb @@ -21,6 +21,7 @@ default[:matomo][:plugins] = { "Diagnostics" => nil, "Ecommerce" => nil, "Events" => nil, + "FeatureFlags" => nil, "Feedback" => nil, "GeoIp2" => nil, "Goals" => nil, -- 2.39.5