Sha256: c4f994501cf59547a7a8e200aceaffbdecbbd6e72c44b6177e988b2c3bd8b686
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: el9.beaker.test: roles: - linux - default platform: el-9-x86_64 box: generic/centos9s hypervisor: <%= hypervisor %> CONFIG: validate: false log_level: verbose type: aio <% if ENV['BEAKER_PUPPET_COLLECTION'] -%> puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %> <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simp-rspec-puppet-facts-3.5.1 | spec/acceptance/nodesets/centos9.yml |
simp-rspec-puppet-facts-3.5.0 | spec/acceptance/nodesets/centos9.yml |