Last active
April 23, 2016 13:43
-
-
Save smalltown/dd423810c0fa3b362259711c0f948d17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: vagrant | |
provisioner: | |
name: chef_zero | |
# Uncomment the following verifier to leverage Inspec instead of Busser (the | |
# default verifier) | |
# verifier: | |
# name: inspec | |
platforms: | |
- name: ubuntu-14.04 | |
driver: | |
box: smalltown/trusty64 | |
network: | |
- ["private_network", {ip: "192.168.33.7"}] | |
suites: | |
- name: default | |
run_list: | |
- recipe[apache::default] | |
attributes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment