Sha256: 6e6fb5a3afbe9ca6929b05d5a6e7dd90b544e6cc1b0f29cf848e82b4d02569ab
Contents?: true
Size: 502 Bytes
Versions: 3
Compression:
Stored size: 502 Bytes
Contents
--- driver: name: vagrant provisioner: name: chef_zero # You may wish to disable always updating cookbooks in CI or other testing environments. # For example: # always_update_cookbooks: <%%= !ENV['CI'] %> always_update_cookbooks: true verifier: name: inspec platforms: - name: ubuntu-16.04 - name: centos-7 suites: - name: default run_list: - recipe[<%= cookbook_name %>::default] verifier: inspec_tests: - test/integration/default attributes:
Version data entries
3 entries across 3 versions & 1 rubygems