Sha256: d805ac6974da39e35f5df175314843d4330422c70a389e0a4a34a9cc5af54774

Contents?: true

Size: 769 Bytes

Versions: 4

Compression:

Stored size: 769 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://docs.vagrantup.com/v2/networking/forwarded_ports.html

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

provisioner:
  name: policyfile_zero

## require_chef_omnibus specifies a specific chef version to install. You can
## also set this to `true` to always use the latest version.
## see also: https://docs.chef.io/config_yml_kitchen.html

#  require_chef_omnibus: 12.8.1

verifier:
  name: inspec

platforms:
  - name: ubuntu-16.04
  - name: centos-7

suites:
  - name: default
    verifier:
      inspec_tests:
        - test/integration/default
    attributes:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chef-dk-2.6.2 lib/chef-dk/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb
chef-dk-2.6.1 lib/chef-dk/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb
chef-dk-2.5.13 lib/chef-dk/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb
chef-dk-2.5.3 lib/chef-dk/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb