Sha256: 7cd154680d26b766dadcae0856dfee3df9b8f25a5fef38a360f31079b09a8cf3
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 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 ## 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: 15 verifier: name: inspec platforms: - name: ubuntu-18.04 - name: centos-8 suites: - name: default verifier: inspec_tests: - test/integration/default attributes:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-cli-2.0.10 | lib/chef-cli/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb |