Skip to content

Instantly share code, notes, and snippets.

@smalltown
Last active April 23, 2016 13:43
Show Gist options
  • Save smalltown/dd423810c0fa3b362259711c0f948d17 to your computer and use it in GitHub Desktop.
Save smalltown/dd423810c0fa3b362259711c0f948d17 to your computer and use it in GitHub Desktop.
---
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