summaryrefslogtreecommitdiff
path: root/kitchen-tests/.kitchen.yml
blob: 651a606502a21ae1b3267f3dd875290338bc0fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
provisioner:
  name: chef_solo
  github: "opscode/chef"
  branch: <%= %x(git rev-parse HEAD) %>
  require_chef_omnibus: true
  data_path: test/fixtures

platforms:
  - name: ubuntu-12.04
    driver_plugin: vagrant

suites:
  - name: webapp
    run_list:
      - recipe[apt::default]
      - recipe[webapp::default]
    attributes: