Sha256: c76a9140bd49df98c62d76484fc9da993b6571fd58d5454367ecb399f22e08f9
Contents?: true
Size: 709 Bytes
Versions: 22
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-20.04 driver: image: dokken/ubuntu-20.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
22 entries across 22 versions & 1 rubygems