cookbook-yum-rsyslog/.kitchen.yml

26 lines
501 B
YAML

---
driver:
name: docker
provisioner:
name: chef_zero
environments_path: test/environments
client_rb:
environment: integration_test_env
platforms:
- name: centos-7.2-chef-12
driver_config:
image: centos:7.2.1511
platform: rhel
require_chef_omnibus: 12.16.42
use_sudo: false
hostname: integration.test.test
suites:
- name: default
data_bags_path: "test/integration/data_bags"
run_list:
- recipe[yum-rsyslog]