]> git.openstreetmap.org Git - chef.git/commit
Add tests for web cookbook
authorTom Hughes <tom@compton.nu>
Sun, 16 Feb 2020 15:37:45 +0000 (15:37 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 16 Feb 2020 15:37:45 +0000 (15:37 +0000)
commit9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c
treef27ec8538b71f16a9a0b312afd6b494895c7735c
parent85bd960b218b23411744b080d3f2df4f55fdee27
Add tests for web cookbook
24 files changed:
.kitchen.yml
.travis.yml
cookbooks/apt/attributes/default.rb
cookbooks/web/attributes/default.rb
cookbooks/web/metadata.rb
cookbooks/web/recipes/base.rb
cookbooks/web/recipes/cgimap.rb
cookbooks/web/recipes/rails.rb
cookbooks/web/resources/rails_port.rb
cookbooks/web/templates/default/apache.frontend.erb
roles/base.rb
roles/web.rb
test/data_bags/accounts/rails.json [new file with mode: 0644]
test/data_bags/geoipupdate/license-keys.json [new file with mode: 0644]
test/data_bags/web/passwords.json [new file with mode: 0644]
test/data_bags/web/piwik.json [new file with mode: 0644]
test/integration/web-backend/serverspec/apache_spec.rb [new file with mode: 0644]
test/integration/web-backend/serverspec/cgimap_spec.rb [new file with mode: 0644]
test/integration/web-backend/serverspec/rails_spec.rb [new file with mode: 0644]
test/integration/web-cgimap/serverspec/cgimap_spec.rb [new file with mode: 0644]
test/integration/web-frontend/serverspec/apache_spec.rb [new file with mode: 0644]
test/integration/web-frontend/serverspec/rails_spec.rb [new file with mode: 0644]
test/integration/web-rails/serverspec/apache_spec.rb [new file with mode: 0644]
test/integration/web-rails/serverspec/rails_spec.rb [new file with mode: 0644]