26 lines
518 B
YAML
26 lines
518 B
YAML
---
|
|
driver:
|
|
name: vagrant
|
|
|
|
provisioner:
|
|
name: chef_zero
|
|
nodes_path: test/fixtures/nodes
|
|
clients_path: test/fixtures/clients
|
|
environments_path: test/fixtures/environments
|
|
data_bags_path: test/fixtures/data_bags
|
|
chef_client_path: /usr/bin/chef-client
|
|
client_rb:
|
|
environment: test
|
|
|
|
platforms:
|
|
- name: debian-8.6
|
|
driver_config:
|
|
vm_hostname: integration.deb.test
|
|
require_chef_omnibus: false
|
|
|
|
suites:
|
|
- name: default
|
|
run_list:
|
|
- recipe[apt-zabbix::default]
|
|
attributes:
|
|
|