29 lines
574 B
YAML
29 lines
574 B
YAML
|
---
|
||
|
driver:
|
||
|
name: vagrant
|
||
|
|
||
|
provisioner:
|
||
|
name: chef_zero
|
||
|
environments_path: test/environments
|
||
|
chef_client_path: /usr/bin/chef-client
|
||
|
client_rb:
|
||
|
environment: integration_test_env
|
||
|
|
||
|
platforms:
|
||
|
- name: deb8
|
||
|
driver:
|
||
|
box: lh-debian
|
||
|
box_url: http://repos.home.ld/vagrant/box/lh-debian.json
|
||
|
vm_hostname: integration.deb.test
|
||
|
vagrantfile_erb: test/Vagrantfile.erb
|
||
|
require_chef_omnibus: false
|
||
|
|
||
|
suites:
|
||
|
- name: deb8
|
||
|
run_list:
|
||
|
- recipe[apt-zabbix::default]
|
||
|
attributes:
|
||
|
includes:
|
||
|
- deb8
|
||
|
|