X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3d2e0b4fc4b43a257f31c8d69bd672a98b8f14ec..35f220a555dee107786152d3daff4d66d1655e56:/cookbooks/piwik/attributes/default.rb diff --git a/cookbooks/piwik/attributes/default.rb b/cookbooks/piwik/attributes/default.rb index 6b3bdc264..6295cd572 100644 --- a/cookbooks/piwik/attributes/default.rb +++ b/cookbooks/piwik/attributes/default.rb @@ -1 +1,11 @@ -default[:piwik][:version] = "2.9.0" +default[:piwik][:version] = "2.16.1" +default[:piwik][:plugins] = %w( + Actions API BulkTracking Contents CoreAdminHome CoreConsole CoreHome + CorePluginsAdmin CoreUpdater CoreVisualizations CustomVariables + Dashboard DevicesDetection DevicePlugins DoNotTrack Events Feedback Goals + Heartbeat ImageGraph Installation LanguagesManager Live Login Morpheus + MultiSites Overlay PrivacyManager Provider Proxy Referrers Resolution + SegmentEditor SEO SitesManager Transitions UserCountry UserCountryMap + UserLanguage UsersManager Widgetize VisitFrequency VisitorInterest + VisitsSummary VisitTime +)