beaker-puppet 1.11.0 → 1.12.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 +6 -5
- 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: f0c0f5f48d98807a525e40040785d89a753d4400
|
4
|
+
data.tar.gz: 8c52841347557eb0ecd41a71082ddeb2d68ba99c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
969
|
-
# import the keys because of sad things, so we
|
970
|
-
# import it once we install the release
|
971
|
-
# remember to update this block when
|
972
|
-
|
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
|
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.
|
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-
|
11
|
+
date: 2018-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|