beaker-puppet 1.18.8 → 1.18.9
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 +7 -1
- 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: fcba29e62151ec398b903cb6b963a277ba737335
|
4
|
+
data.tar.gz: 99bdfbd5e6db327319d2f9e68299726bb5a893e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ce8737f23393a335d2a16629823afd9c388686148e19e67e45bb76dc4954216cabcc24614e0734af285f31fa5291c038cc07868f888d62078efe9d1732ca63f
|
7
|
+
data.tar.gz: 30a43bf5002493ae3cb6a0dbb4be412060b21771164d5b2077c1715827bb98213c8458a2a45b0c620070b2c3af16475486544e21d8e764121b3f45ec34c428b4
|
@@ -1109,7 +1109,13 @@ module Beaker
|
|
1109
1109
|
|
1110
1110
|
if host['platform'].variant =~ /^(ubuntu|debian)$/
|
1111
1111
|
# Bypass signing checks on this repo and its packages
|
1112
|
-
|
1112
|
+
original_contents = File.read(repo)
|
1113
|
+
logger.debug "INFO original repo contents:"
|
1114
|
+
logger.debug original_contents
|
1115
|
+
contents = original_contents.gsub(/^deb /, "deb [trusted=yes] ")
|
1116
|
+
logger.debug "INFO new repo contents:"
|
1117
|
+
logger.debug contents
|
1118
|
+
|
1113
1119
|
File.write(repo, contents)
|
1114
1120
|
end
|
1115
1121
|
|
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.18.
|
4
|
+
version: 1.18.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|