Skip to content

Instantly share code, notes, and snippets.

@fnichol
Last active February 14, 2018 21:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fnichol/5845469 to your computer and use it in GitHub Desktop.
Save fnichol/5845469 to your computer and use it in GitHub Desktop.
Test Kitchen Encrypted Data Bags
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04-solo
driver_config:
box: opscode-ubuntu-12.04
provisioner: chef_solo
- name: ubuntu-12.04-client
driver_config:
box: opscode-ubuntu-12.04
provisioner: chef_zero
suites:
- name: eenie
run_list: ["recipe[cooky]"]
encrypted_data_bag_secret_key_path: test/integration/secretfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment