spec/acceptance/nodesets/rhel9.yml in simp-rspec-puppet-facts-3.5.1 vs spec/acceptance/nodesets/rhel9.yml in simp-rspec-puppet-facts-3.6.0
- old
+ new
@@ -1,23 +1,16 @@
-<%
- if ENV['BEAKER_HYPERVISOR']
- hypervisor = ENV['BEAKER_HYPERVISOR']
- else
- hypervisor = 'vagrant'
- end
--%>
+---
HOSTS:
rhel9:
roles:
- - linux
- - default
- platform: el-9-x86_64
- box: generic/rhel9
- hypervisor: <%= hypervisor %>
-
+ - linux
+ - default
+ platform: el-9-x86_64
+ box: generic/rhel9
+ hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>"
+ family: rhel-cloud/rhel-9
+ gce_machine_type: n1-standard-2
CONFIG:
validate: false
log_level: verbose
type: aio
-<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
- puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
-<% end -%>
+ puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>"