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 +4 -4
- data/lib/beaker-puppet/install_utils/foss_utils.rb +9 -0
- data/lib/beaker-puppet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 440c5db208f08b3fafdad8cab4bf21eb3203f8bc
|
4
|
+
data.tar.gz: 5705e9574186f152d8ab3659eec2e1213bc9ad14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 )
|
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.
|
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-
|
11
|
+
date: 2018-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|