summaryrefslogtreecommitdiff
path: root/.kitchen.yml
blob: 441605e6f998ea57d7c8d333368b6c5d681487c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
driver:
  name: vagrant
  customize:
    memory: 1024
    cpus: 4

provisioner:
  name: shell
  data_path: .

platforms:
  - name: ubuntu-10.04
  - name: ubuntu-12.04
  - name: ubuntu-12.10
  - name: ubuntu-13.04
  - name: ubuntu-13.10
  - name: ubuntu-14.04
  - name: freebsd-9.2

suites:
  - name: default