Sha256: 2532e0fcb6ad042a20b99235c68db073832b7a8b95aa06dba93fb28a2b239627
Contents?: true
Size: 741 Bytes
Versions: 3
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: 14 verifier: name: inspec platforms: - name: ubuntu-18.04 - name: centos-7 suites: - name: default verifier: inspec_tests: - test/integration/default attributes:
Version data entries
3 entries across 3 versions & 1 rubygems