Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Created December 2, 2014 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesjohnson/44d7af73e102cb45d406 to your computer and use it in GitHub Desktop.
Save charlesjohnson/44d7af73e102cb45d406 to your computer and use it in GitHub Desktop.
.kitchen.yml
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
platforms:
- name: centos-6.5
driver:
box: chef/centos-6.5
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