forked from psyreactor/puppet-pbis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
35 lines (32 loc) · 809 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
provisioner:
name: puppet_apply
files_path: files
manifests_path: test/integration
driver:
name: docker
docker: /usr/bin/docker
use_sudo: false
privileged: true
cap_add: SYS_ADMIN
run_command: /usr/sbin/init
platforms:
- name: centos-7
driver_config:
provision_command:
- yum update -y
# Install common dependencies
- yum install -y net-tools tar wget which
suites:
- name: rhel
provisioner:
puppet_verbose: true
puppet_debug: true
require_puppet_collections: true
ruby_bindir: /usr/bin/ruby
require_chef_for_busser: false
puppet_yum_collections_repo: https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
manifest: pbis/init.pp
modules_path: modules
includes:
- centos-7