#
-# Cookbook Name:: piwik
+# Cookbook:: piwik
# Recipe:: default
#
-# Copyright 2011, OpenStreetMap Foundation
+# Copyright:: 2011, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
package "geoipupdate"
+apache_module "expires"
apache_module "php7.2"
+apache_module "rewrite"
version = node[:piwik][:version]
not_if { File.exist?("/opt/piwik-#{version}/piwik") }
end
+execute "/opt/piwik-#{version}/piwik/piwik.js" do
+ command "gzip -k -9 /opt/piwik-#{version}/piwik/piwik.js"
+ cwd "/opt/piwik-#{version}"
+ user "root"
+ group "root"
+ not_if { File.exist?("/opt/piwik-#{version}/piwik/piwik.js.gz") }
+end
+
directory "/opt/piwik-#{version}/piwik/config" do
owner "www-data"
group "www-data"