beaker-pe 2.1.8 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5bce1d2ed8b22724e3067c5f092e296fa0f6ae8
4
- data.tar.gz: 2a9c093baf6dc1e71e9714ba7a7684cd34b59d8a
3
+ metadata.gz: a25a9e6f2263b5736780e6cd2073599e03c665bd
4
+ data.tar.gz: 8857dc4fd7dcd0300d915b2ef091afd44e150259
5
5
  SHA512:
6
- metadata.gz: 473f1ae01580fde625a34aff6bbaec553b70a3a2e2efd922235521b6c1f746b4c814d022c944927df0af32049cb9a2ae16aa03a75dbb3c789d4c49c7685c2a67
7
- data.tar.gz: 6a64a29bd78c39866909b438c4266f3707edd66de2445cd448484cb561b9afe2b7ce22308057577186044f93b2bef87cf4476f9a9f7fbe0922c9911833ffcb9a
6
+ metadata.gz: bd7e92bf0b2726d5e5bce4cb353d3dd9333b5cfb8a159001b88bd05bf03dbd88603739832657009638482c74b5934656f69dc37b32150d47a18760b9f27f1576
7
+ data.tar.gz: 306cf0b4259e7e00bc4ef1180c018b02f1c3986720e5595fb4195e89e43d2d0bea2ba95b487417096c7216e23ae1cda06e49c1056b07a14339d584f60d0e7e08
@@ -934,6 +934,7 @@ module Beaker
934
934
  host['dist'] = "puppet-enterprise-#{version}"
935
935
  end
936
936
  end
937
+ host['dist'] = "puppet-enterprise-#{version}-#{host['packaging_platform']}" if host['packaging_platform'] =~ /redhatfips/
937
938
  host['working_dir'] = host.tmpdir(Time.new.strftime("%Y-%m-%d_%H.%M.%S"))
938
939
  end
939
940
  end
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '2.1.8'
6
+ STRING = '2.1.9'
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-pe
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-05 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec