cookbook-apt-zabbix/.kitchen.yml

27 lines
518 B
YAML
Raw Permalink Normal View History

2016-12-13 11:01:57 -05:00
---
driver:
name: vagrant
2016-12-13 11:01:57 -05:00
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
2016-12-13 11:01:57 -05:00
platforms:
- name: debian-8.6
driver_config:
vm_hostname: integration.deb.test
require_chef_omnibus: false
2016-12-13 11:01:57 -05:00
suites:
- name: default
2016-12-13 11:01:57 -05:00
run_list:
- recipe[apt-zabbix::default]
attributes: