Sha256: 0302f07c170abe97d54d2d4f7daa8f2761a7e634d9f9934d25a9da365cd03331
Contents?: true
Size: 749 Bytes
Versions: 18
Compression:
Stored size: 749 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/workstation/config_yml_kitchen/ # product_name: chef # product_version: 16 verifier: name: inspec platforms: - name: ubuntu-20.04 - name: centos-8 suites: - name: default verifier: inspec_tests: - test/integration/default attributes:
Version data entries
18 entries across 18 versions & 1 rubygems