Skip to content

Instantly share code, notes, and snippets.

@shunwen
Created December 2, 2014 03:21
Show Gist options
  • Save shunwen/aa035e7ab1c9f7e0885c to your computer and use it in GitHub Desktop.
Save shunwen/aa035e7ab1c9f7e0885c to your computer and use it in GitHub Desktop.
chef apache cookbook test
---
driver:
name: docker
socket: <%= ENV['DOCKER_HOST'] %>
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[apt]
- recipe[apache2]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment