spec/acceptance/nodesets/rhel7.yml in simp-rspec-puppet-facts-3.5.1 vs spec/acceptance/nodesets/rhel7.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: rhel7: roles: - - linux - - default - platform: el-7-x86_64 - box: generic/rhel7 - hypervisor: <%= hypervisor %> - + - linux + - default + platform: el-7-x86_64 + box: generic/rhel7 + hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" + family: rhel-cloud/rhel-7 + 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') %>"