]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/piwik/attributes/default.rb
Make sure we use prefork with mod_php
[chef.git] / cookbooks / piwik / attributes / default.rb
index becdfd04666e5e19d89356fda73a7477dd31f5b6..9115878d1634ed3cffc21bba2bbe496a95c8aef9 100644 (file)
@@ -1,4 +1,4 @@
-default[:piwik][:version] = "3.12.0"
+default[:piwik][:version] = "3.13.5"
 default[:piwik][:plugins] = %w[
   Actions Annotations API BulkTracking Contents CoreAdminHome CoreConsole
   CoreHome CorePluginsAdmin CoreUpdater CoreVisualizations CustomPiwikJs
@@ -11,3 +11,5 @@ default[:piwik][:plugins] = %w[
   VisitFrequency VisitorInterest VisitsSummary VisitTime WebsiteMeasurable
   Widgetize
 ]
+
+override[:apache][:mpm] = "prefork"