47 lines
984 B
YAML
47 lines
984 B
YAML
driver:
|
|
name: dokken
|
|
privileged: true # because Docker and SystemD
|
|
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
|
|
chef_license: accept-no-persist
|
|
|
|
transport:
|
|
name: dokken
|
|
|
|
provisioner:
|
|
name: dokken
|
|
deprecations_as_errors: true
|
|
|
|
verifier:
|
|
name: inspec
|
|
|
|
platforms:
|
|
- name: amazonlinux-2
|
|
driver:
|
|
image: dokken/amazonlinux-2
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: centos-7
|
|
driver:
|
|
image: dokken/centos-7
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: centos-8
|
|
driver:
|
|
image: dokken/centos-8
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: centos-stream-8
|
|
driver:
|
|
image: dokken/centos-stream-8
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: oraclelinux-7
|
|
driver:
|
|
image: dokken/oraclelinux-7
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: oraclelinux-8
|
|
driver:
|
|
image: dokken/oraclelinux-8
|
|
pid_one_command: /usr/lib/systemd/systemd
|