Sha256: d4a6b239378890fa26efb4ac7768fd98c36f721c49924265c48dd60ed2b8e60b

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

test_name 'Refresh Red Hat 8 subscription repository'

# Only need to run this on Red Hat Enterprise Linux 8 on little-endian PowerPC
skip_test 'Not Red Hat 8 PPCle' if ! hosts.any? { |host| host.platform == 'el-8-ppc64le' }

hosts.each do |host|
  next unless host.platform == 'el-8-ppc64le'

  on(host, '/usr/sbin/subscription-manager repos --disable rhel-8-for-ppc64le-baseos-rpms && /usr/sbin/subscription-manager repos --enable rhel-8-for-ppc64le-baseos-rpms')
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
beaker-puppet-1.29.0 setup/common/005_redhat_subscription_fix.rb
beaker-puppet-1.28.0 setup/common/005_redhat_subscription_fix.rb
beaker-puppet-1.27.0 setup/common/005_redhat_subscription_fix.rb