beaker-puppet 0.13.6 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df06b95e2751286b63fef798fecc7ce8d49114a7
4
- data.tar.gz: ad920228d116a92b4f604f2457d2f8472f646838
3
+ metadata.gz: 440c5db208f08b3fafdad8cab4bf21eb3203f8bc
4
+ data.tar.gz: 5705e9574186f152d8ab3659eec2e1213bc9ad14
5
5
  SHA512:
6
- metadata.gz: 05778ac1d1f1cf7f0de41b7f7d478a99459e830859247c71a54c2a3c2049c35f5a35cb9962ed818e81549f2240bc9c12c3f4a3bfdde11e4323808e1701010f5d
7
- data.tar.gz: bdab4921bc52af5669f5efe29fb59ce081bf25748fbaffef9575dd1fbca7fa652c75de4cf9a9b69ca33fa438df09c4b441e736ceb3570e78d9200af68c0f5c55
6
+ metadata.gz: 9f16e5f14707da64de92ddc618c40e10317ff4a13aebbabaa093b88da9cc8f2a53eb43e7a7e873188d12976fa107efae57f581f3b767d75dd7db5969eda0bb8a
7
+ data.tar.gz: 3a636b28dff68605e01b98b142fd78e09651179f6e5d7831cfa2752b0483b9e28fb3b82e937cc58efa475855098de3f9bb12df45cb3e9719af8b471de82d0aaa
@@ -950,6 +950,15 @@ module Beaker
950
950
  [opts[:release_yum_repo_url], repo_name, variant_url_value, version]
951
951
  end
952
952
 
953
+ # sles 11 doesn't handle gpg keys well. We can't automatically
954
+ # import the keys because of sad things, so we have to manually
955
+ # import it once we install the release package. We'll have to
956
+ # remember to update this block when we update the signing keys
957
+ if variant == 'sles' && version == '11'
958
+ on host, "wget -O /tmp/puppet-gpg-key http://yum.puppetlabs.com/RPM-GPG-KEY-puppet"
959
+ on host, "rpm --import /tmp/puppet-gpg-key"
960
+ end
961
+
953
962
  if variant == 'cisco_nexus'
954
963
  # cisco nexus requires using yum to install the repo
955
964
  host.install_package( remote )
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '0.13.6'
2
+ VERSION = '0.14.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: 0.13.6
4
+ version: 0.14.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-04-26 00:00:00.000000000 Z
11
+ date: 2018-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec