postfix-cookbook/kitchen.dokken.yml
Sous Chefs Bot fedcb94f91
Automated PR: Cookstyle Changes (#174)
* Cookstyle 7.26.1 Fixes

Issues found and resolved with: test/integration/helpers/serverspec/spec_helper.rb

 - 9:21 convention: Style/FileRead - Use File.read. https://rubystyle.guidefile-read

Signed-off-by: kitchen-porter <board@sous-chefs.org>

* Update CHANGELOG.md

* Use correct path for systemd on OpenSUSE

Signed-off-by: Lance Albertson <lance@osuosl.org>

Co-authored-by: Jason Field <Jason@avon-lea.co.uk>
Co-authored-by: Lance Albertson <lance@osuosl.org>
2022-01-07 17:46:17 -08:00

64 lines
1.3 KiB
YAML

---
driver:
name: dokken
privileged: true # because Docker and SystemD
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
env: [CHEF_LICENSE=accept]
transport:
name: dokken
provisioner:
name: dokken
platforms:
- name: amazonlinux-2
driver:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd
- name: debian-9
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
- name: debian-10
driver:
image: dokken/debian-10
pid_one_command: /bin/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: fedora-latest
driver:
image: dokken/fedora-latest
pid_one_command: /usr/lib/systemd/systemd
- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
pid_one_command: /usr/lib/systemd/systemd