Skip to content

Commit

Permalink
Add kitchen.dokken.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasering committed Apr 28, 2020
1 parent 925f403 commit 925db1a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
chef_version: current

transport:
name: dokken

provisioner:
name: dokken
client_rb:
chef_license: "accept-silent"
deprecations_as_errors: false

platforms:
- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
- name: debian-9
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

suites:
- name: default
run_list:
- recipe[motd::default]

0 comments on commit 925db1a

Please sign in to comment.