beaker-puppet 1.11.0 → 1.12.0

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: 39053b94d2ce5351483ef5dd43245c106815ad1e
4
- data.tar.gz: 0a92ad131d6485ed1023ec28ce452cde3b3aeb02
3
+ metadata.gz: f0c0f5f48d98807a525e40040785d89a753d4400
4
+ data.tar.gz: 8c52841347557eb0ecd41a71082ddeb2d68ba99c
5
5
  SHA512:
6
- metadata.gz: 5b2e90dfa1681491bc0b3af72dc2e3a69c72a8e3d8090089353b053c974b0a212a5c628fafd27d1a6c5897fb8916644c4ee48723f7aa907e56be08f5bdc4176f
7
- data.tar.gz: 37f90f68be03c33ce46812dd970e746911639107113f35830d2a33c382602884a2b281009ad5c7a6659f9fd16f99d563c9ecd81aae26dad9f4b43f93c64c5d51
6
+ metadata.gz: 04feeac68d4174b1e66ef49348464856c0af0a27ac879a6f1bbca8adebd30c7253665237d221d2431551fa6dfc4389704fc8e360744b712c29e3c7469ef185ed
7
+ data.tar.gz: e874c30beb9edd42b9bc31f702b2941d4b1ed919df87c736e16c8435113df8d4659f36453ee6f49e84e86e103079e574fbf78eedaf2f02b2fdc763412ea00c3f
@@ -965,11 +965,12 @@ module Beaker
965
965
  [opts[:release_yum_repo_url], repo_name, variant_url_value, version]
966
966
  end
967
967
 
968
- # sles 11 doesn't handle gpg keys well. We can't automatically
969
- # import the keys because of sad things, so we have to manually
970
- # import it once we install the release package. We'll have to
971
- # remember to update this block when we update the signing keys
972
- if variant == 'sles' && version == '11'
968
+ # sles 11 and later do not handle gpg keys well. We can't
969
+ # automatically import the keys because of sad things, so we
970
+ # have to manually import it once we install the release
971
+ # package. We'll have to remember to update this block when
972
+ # we update the signing keys
973
+ if variant == 'sles' && version >= '11'
973
974
  on host, "wget -O /tmp/puppet-gpg-key http://yum.puppetlabs.com/RPM-GPG-KEY-puppet"
974
975
  on host, "rpm --import /tmp/puppet-gpg-key"
975
976
  end
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '1.11.0'
2
+ VERSION = '1.12.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-28 00:00:00.000000000 Z
11
+ date: 2018-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec