Skip to content

Instantly share code, notes, and snippets.

@burtlo
Created October 10, 2015 00:28
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 burtlo/488e950f5a3a7645b227 to your computer and use it in GitHub Desktop.
Save burtlo/488e950f5a3a7645b227 to your computer and use it in GitHub Desktop.
Test Kitchen with multiple nodes
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[chef_portal::fundamentals_3x]
attributes:
ec2:
iam:
security-credentials:
provisioner:
AccessKeyId: 'ACCESS KEY'
SecretAccessKey: 'SECRET ACCESS KEY'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment