]> git.openstreetmap.org Git - chef.git/commitdiff
Update piwik to 3.3.0
authorTom Hughes <tom@compton.nu>
Sat, 13 Jan 2018 00:15:58 +0000 (00:15 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 13 Jan 2018 00:16:15 +0000 (00:16 +0000)
cookbooks/piwik/attributes/default.rb
cookbooks/piwik/recipes/default.rb

index 746e60a278799e3b561e6afe31a458693a06583e..6d7fd2f9279aade325a5510a0d2ee5172787afd0 100644 (file)
@@ -1,4 +1,4 @@
-default[:piwik][:version] = "3.2.1"
+default[:piwik][:version] = "3.3.0"
 default[:piwik][:plugins] = %w[
   Actions API BulkTracking Contents CoreAdminHome CoreConsole CoreHome
   CorePluginsAdmin CoreUpdater CoreVisualizations CustomVariables
index 40a740a861ea3ed2ed8c97af5a18662b971969ab..a8a1e124a21e4ad662d82aa91eba154d2372f58a 100644 (file)
@@ -44,7 +44,7 @@ directory "/opt/piwik-#{version}" do
 end
 
 remote_file "#{Chef::Config[:file_cache_path]}/piwik-#{version}.zip" do
-  source "http://builds.piwik.org/piwik-#{version}.zip"
+  source "https://builds.matomo.org/piwik-#{version}.zip"
   not_if { File.exist?("/opt/piwik-#{version}/piwik") }
 end