Sha256: 8f3a79a94a96a6e6d93ebea419a57e798979f82c157889c220e91066f7ecc5cb
Contents?: true
Size: 786 Bytes
Versions: 3
Compression:
Stored size: 786 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://docs.vagrantup.com/v2/networking/forwarded_ports.html # network: # - ["forwarded_port", {guest: 80, host: 8080}] provisioner: name: policyfile_zero ## require_chef_omnibus specifies a specific chef version to install. You can ## also set this to `true` to always use the latest version. ## see also: https://docs.chef.io/config_yml_kitchen.html # require_chef_omnibus: 12.8.1 # Uncomment the following verifier to leverage Inspec instead of Busser (the # default verifier) # verifier: # name: inspec # format: doc platforms: - name: ubuntu-16.04 - name: centos-7.2 suites: - name: default attributes:
Version data entries
3 entries across 3 versions & 1 rubygems