Skip to content

Instantly share code, notes, and snippets.

@feoh
Created September 18, 2014 15:36
Show Gist options
  • Save feoh/929f5dd9bdcedb3314ed to your computer and use it in GitHub Desktop.
Save feoh/929f5dd9bdcedb3314ed to your computer and use it in GitHub Desktop.
Failing test kitchen config
---
driver:
name: vagrant
box: redhat
box_url: http://10.10.13.178/package.box
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
require_chef_omnibus: true
platforms:
- name: redhat-6.5
suites:
- name: default
run_list:
- role[storageserver]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment