21 lines
375 B
YAML
21 lines
375 B
YAML
driver_plugin: vagrant
|
|
driver_config:
|
|
require_chef_omnibus: true
|
|
|
|
platforms:
|
|
- name: ubuntu-12.04
|
|
run_list:
|
|
- recipe[apt::default]
|
|
- name: centos-6.4
|
|
|
|
suites:
|
|
- name: default
|
|
run_list:
|
|
- recipe[logrotate::default]
|
|
- name: definition
|
|
run_list:
|
|
- recipe[fake::definition]
|
|
- name: global
|
|
run_list:
|
|
- recipe[logrotate::global]
|