Sha256: 1a3903af90a6f5e22172be42e36a38f6d1e2def4565fee4dec914af7752e093c
Contents?: true
Size: 741 Bytes
Versions: 21
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-7 suites: - name: default verifier: inspec_tests: - test/integration/default attributes:
Version data entries
21 entries across 21 versions & 2 rubygems