Sha256: 433ca5196658dae61043025b0f822ceeca7f0ff5224630dafd69936eb223e8e3
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
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 # network: # - ["forwarded_port", {guest: 80, host: 8080}] provisioner: name: chef_infra # 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: 18 verifier: name: inspec platforms: - name: almalinux-9 - name: amazonlinux-2023 - name: centos-stream-9 - name: debian-12 - name: fedora-latest - name: freebsd-14 - name: opensuse-leap-15 - name: oraclelinux-9 - name: rockylinux-9 - name: ubuntu-24.04 suites: - name: default run_list: - recipe[<%= cookbook_name %>::default] verifier: inspec_tests: - test/integration/default attributes:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-cli-5.6.16 | lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb |