Sha256: 7f4422bcf323e70dbd8872405ac2409230db1780d07c91bcfb49dd9b42af9b66

Contents?: true

Size: 991 Bytes

Versions: 3

Compression:

Stored size: 991 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/config_yml_kitchen.html
  #  product_name: chef
  #  product_version: 14

verifier:
  name: inspec

platforms:
  - name: ubuntu-18.04
  - name: centos-7

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chef-dk-3.13.1 lib/chef-dk/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-dk-3.12.10 lib/chef-dk/skeletons/code_generator/templates/default/kitchen.yml.erb
chef-dk-3.12.0 lib/chef-dk/skeletons/code_generator/templates/default/kitchen.yml.erb