Sha256: 99b5cfa7dfb325a2c966275a1ad2bf4ede33c4d4424b4ac3edea1297cfaf612e

Contents?: true

Size: 994 Bytes

Versions: 13

Compression:

Stored size: 994 Bytes

Contents

---
driver:
  name: vagrant

## The forwarded_port port feature lets you connect to ports on the VM guest via
## localhost on the host.
## see also: https://www.vagrantup.com/docs/networking/forwarded_ports

#  network:
#    - ["forwarded_port", {guest: 80, host: 8080}]

provisioner:
  name: chef_zero
  # You may wish to disable always updating cookbooks in CI or other testing environments.
  # For example:
  #   always_update_cookbooks: <%%= !ENV['CI'] %>
  always_update_cookbooks: true

  ## product_name and product_version specifies a specific Chef product and version to install.
  ## see the Chef documentation for more details: https://docs.chef.io/workstation/config_yml_kitchen/
  #  product_name: chef
  #  product_version: 17

verifier:
  name: inspec

platforms:
  - name: ubuntu-20.04
  - name: centos-8

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
chef-cli-5.6.14 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.6.13 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.6.12 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.6.11 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.6.8 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.6.1 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.6.0 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.5.6 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.5.5 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.5.4 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.5.0 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.4.2 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-5.4.1 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb