Sha256: 9be25e94c03beb9b2f78addadd7ac40788a1b65ca8a81fb3438a5e987a05e5a5

Contents?: true

Size: 601 Bytes

Versions: 2

Compression:

Stored size: 601 Bytes

Contents

---
driver:
  name: vagrant

provisioner:
  name: chef_zero
  client_rb:
    audit_mode: :enabled

platforms:
  - name: ubuntu-14.04
    driver:
      name: vagrant
  - name: ubuntu-14.04-aws
    driver:
      name: ec2
      aws_ssh_key_id: tpetchel
      security_group_ids: ["sg-49896b2e"]
      image_id: ami-86e0ffe7
      region: us-west-2
      instance_type: t1.micro
      tags:
        "X-Project": "Learn Chef"
    transport:
      ssh_key: ~/.ssh/tpetchel.pem
      username: ubuntu

suites:
  - name: default
    run_list:
      - recipe[learn-the-basics-ubuntu::default]
    attributes:

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-12.7.2 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/learn-the-basics-ubuntu/.kitchen.yml
chef-12.7.2-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/learn-the-basics-ubuntu/.kitchen.yml