Sha256: 4ea0c52feb7b6299926244fdd462c74097d98b3f976e9d924cf34ded75a4e128
Contents?: true
Size: 770 Bytes
Versions: 11
Compression:
Stored size: 770 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.5.0 # Uncomment the following verifier to leverage Inspec instead of Busser (the # default verifier) # verifier: # name: inspec platforms: - name: ubuntu-14.04 - name: centos-7.1 suites: - name: default attributes:
Version data entries
11 entries across 11 versions & 3 rubygems