X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/323b5880e4443e557826be12ed0e7825db3d0c35..901782e5452c232c7e6f644f2c56a3903b09edf3:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 4486ea352..7252f61f9 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -20,7 +20,11 @@ include_recipe "wordpress" include_recipe "mysql" -package "wkhtmltopdf" +package %w[ + rsync + unzip + wkhtmltopdf +] cache_dir = Chef::Config[:file_cache_path] @@ -46,7 +50,7 @@ end wordpress_theme "osmblog-wp-theme" do site "join.osmfoundation.org" - repository "git://github.com/harry-wood/osmblog-wp-theme.git" + repository "https://github.com/harry-wood/osmblog-wp-theme.git" end wordpress_plugin "registration-honeypot" do @@ -136,6 +140,7 @@ node[:civicrm][:extensions].each_value do |details| action :sync repository details[:repository] revision details[:revision] + depth 1 user "wordpress" group "wordpress" end