Sha256: 83a15f4a8e1130024dac976cdb70dc640d55166645109261183d6052722e4767

Contents?: true

Size: 709 Bytes

Versions: 1

Compression:

Stored size: 709 Bytes

Contents

---
driver:
  name: dokken

provisioner:
  name: dokken

transport:
  name: dokken

verifier:
  name: inspec

platforms:
  # @see https://github.com/chef-cookbooks/testing_examples/blob/master/kitchen.dokken.yml
  # @see https://hub.docker.com/u/dokken
  - name: ubuntu-18.04
    driver:
      image: dokken/ubuntu-18.04
      pid_one_command: /bin/systemd
      intermediate_instructions:
        - RUN /usr/bin/apt-get update

  - name: centos-8
    driver:
      image: dokken/centos-8
      pid_one_command: /usr/lib/systemd/systemd

suites:
  - name: default
    run_list:
      - recipe[<%= cookbook_name %>::default]
    verifier:
      inspec_tests:
        - test/integration/default
    attributes:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-cli-2.0.10 lib/chef-cli/skeletons/code_generator/templates/default/kitchen_dokken.yml.erb