33 lines
529 B
YAML
33 lines
529 B
YAML
---
|
|
driver_plugin: vagrant
|
|
driver_config:
|
|
require_chef_omnibus: true
|
|
platforms:
|
|
- name: ubuntu-12.04
|
|
driver_config:
|
|
box: opscode-ubuntu-12.04
|
|
run_list:
|
|
- recipe[apt]
|
|
|
|
- name: ubuntu-10.04
|
|
driver_config:
|
|
box: opscode-ubuntu-10.04
|
|
run_list:
|
|
- recipe[apt]
|
|
|
|
- name: centos-6.4
|
|
driver_config:
|
|
box: opscode-centos-6.4
|
|
|
|
- name: centos-5.9
|
|
driver_config:
|
|
box: opscode-centos-5.9
|
|
|
|
suites:
|
|
- name: default
|
|
run_list:
|
|
- recipe[minitest-handler]
|
|
- recipe[ntp]
|
|
- recipe[ntp::ntpdate]
|
|
attributes: {}
|