Sha256: e558a2063630cb411ac76a93a4cd1e2469e9de81e09255a0cf86e93c66bce670
Contents?: true
Size: 643 Bytes
Versions: 4
Compression:
Stored size: 643 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.5.0 platforms: - name: ubuntu-14.04 - name: centos-7.1 suites: - name: default attributes:
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
inspec-0.10.1 | test/chefdk/.kitchen.yml |
inspec-0.9.11 | test/chefdk/.kitchen.yml |
inspec-0.9.10 | test/chefdk/.kitchen.yml |
inspec-0.9.8 | test/chefdk/.kitchen.yml |