X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ade44d5bd9baa4381024780db602de3d9e75fa28..901782e5452c232c7e6f644f2c56a3903b09edf3:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 75e92f016..7252f61f9 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -50,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 @@ -140,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