Skip to content

Instantly share code, notes, and snippets.

@mohitsethi
Created October 9, 2015 09:30
Show Gist options
  • Select an option

  • Save mohitsethi/3726518c3681cb0d9377 to your computer and use it in GitHub Desktop.

Select an option

Save mohitsethi/3726518c3681cb0d9377 to your computer and use it in GitHub Desktop.
kitchen.yml
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.4
- name: ubuntu-12.04
driver_plugin: vagrant
driver_config:
box: ubuntu-1404
box_url: http://9.124.129.73:8080//pkg/boxes/ubuntu-14.04_chef-provisioner.box
customize:
memory: 2048
cpus: 2
network:
- ["forwarded_port", {guest: 8081, host: 8080}]
suites:
- name: default
run_list:
- recipe[apache::default]
attributes:
- name: new_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