Sha256: 4207dd5c23bee0adefd88c80371f323dd7b2188131fd937fc15e373e99aa06a3

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

---
driver_plugin: vagrant
driver_config:
  require_chef_omnibus: true

provisioner:
  name: chef_solo
  cookbook_files_glob: "**/*"

platforms:
  - name: ubuntu-12.04
    driver_config:
      box: bento/ubuntu-12.04
  - name: ubuntu-14.04
    driver_config:
      box: bento/ubuntu-14.04

suites:
  - name: default
    run_list:
      - recipe[apt]
      - recipe[<%= name %>]
      - recipe[minitest-handler]
    attributes: {}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bourdain-1.6.3 templates/cookbook/kitchen.yml
bourdain-1.6.2 templates/cookbook/kitchen.yml