X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e7be1b3d379bdb1ee55de0d68f7946ed9f63fc62..c9156c712b8e712139466e96fba4a00deb321198:/cookbooks/donate/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/donate/recipes/default.rb b/cookbooks/donate/recipes/default.rb index 25441aaf6..d67ad5b8c 100644 --- a/cookbooks/donate/recipes/default.rb +++ b/cookbooks/donate/recipes/default.rb @@ -19,19 +19,17 @@ include_recipe "accounts" include_recipe "apache" -include_recipe "mysql" include_recipe "git" +include_recipe "mysql" +include_recipe "php::apache-fpm" package %w[ - php php-cli php-curl php-mysql php-gd ] -apache_module "php7.2" - apache_module "headers" passwords = data_bag_item("donate", "passwords") @@ -54,7 +52,8 @@ end git "/srv/donate.openstreetmap.org" do action :sync - repository "git://github.com/osmfoundation/donation-drive.git" + repository "https://github.com/osmfoundation/donation-drive.git" + depth 1 user "donate" group "donate" end