Sha256: d215be04af63977546db8105d38bd0613dbe04f172918112fa12b4a737f497d3

Contents?: true

Size: 999 Bytes

Versions: 18

Compression:

Stored size: 999 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.html

#  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: 16

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

18 entries across 18 versions & 1 rubygems

Version Path
chef-cli-3.0.36 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.35 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.33 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.32 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.31 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.30 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.27 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.24 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.23 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.22 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.16 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.14 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.11 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.10 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.9 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.7 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.4 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-cli-3.0.1 lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb