]> git.openstreetmap.org Git - chef.git/commit
Move common PHP setup logic to a new cookbook
authorTom Hughes <tom@compton.nu>
Mon, 18 May 2020 14:14:26 +0000 (14:14 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 May 2020 14:14:26 +0000 (14:14 +0000)
commit60b19818712842f23e5039de2202f7ee45dbb614
tree7c8406a1a69e06acb7423260f990169c30e38ae5
parent649c05666604a5f56b220a12c24cb152d56e3e91
Move common PHP setup logic to a new cookbook
32 files changed:
.github/workflows/test-kitchen.yml
.kitchen.yml
cookbooks/dev/metadata.rb
cookbooks/dev/recipes/default.rb
cookbooks/dmca/attributes/default.rb [deleted file]
cookbooks/dmca/metadata.rb
cookbooks/dmca/recipes/default.rb
cookbooks/donate/attributes/default.rb
cookbooks/donate/metadata.rb
cookbooks/donate/recipes/default.rb
cookbooks/forum/attributes/default.rb
cookbooks/forum/metadata.rb
cookbooks/forum/recipes/default.rb
cookbooks/mediawiki/attributes/default.rb
cookbooks/mediawiki/metadata.rb
cookbooks/mediawiki/recipes/default.rb
cookbooks/nominatim/metadata.rb
cookbooks/nominatim/recipes/default.rb
cookbooks/php/README.md [new file with mode: 0644]
cookbooks/php/attributes/default.rb [new file with mode: 0644]
cookbooks/php/metadata.rb [new file with mode: 0644]
cookbooks/php/recipes/apache.rb [new file with mode: 0644]
cookbooks/php/recipes/default.rb [new file with mode: 0644]
cookbooks/php/recipes/fpm.rb [new file with mode: 0644]
cookbooks/php/resources/fpm.rb [new file with mode: 0644]
cookbooks/piwik/attributes/default.rb
cookbooks/piwik/metadata.rb
cookbooks/piwik/recipes/default.rb
cookbooks/wordpress/attributes/default.rb
cookbooks/wordpress/metadata.rb
cookbooks/wordpress/recipes/default.rb
test/integration/php-apache/serverspec/apache_spec.rb [new file with mode: 0644]