Sha256: 8a328c38cf80cf27875fb8cb76d69c4fdddb139b96c383c75bdd03a3e3349d35
Contents?: true
Size: 730 Bytes
Versions: 4
Compression:
Stored size: 730 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 verifier: name: inspec platforms: - name: ubuntu-16.04 - name: centos-7 suites: - name: default verifier: inspec_tests: - test/smoke/default attributes:
Version data entries
4 entries across 4 versions & 1 rubygems