X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3d2e0b4fc4b43a257f31c8d69bd672a98b8f14ec..e6aed01b3cf9250082fcf52a5f7eaf5676a166e1:/cookbooks/piwik/attributes/default.rb diff --git a/cookbooks/piwik/attributes/default.rb b/cookbooks/piwik/attributes/default.rb index 6b3bdc264..abbbd5f95 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] = "3.2.0" +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 +]