beaker-puppet 1.18.8 → 1.18.9

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: 462b188be01f583f96504b52c81ba8160a7f165a
4
- data.tar.gz: ea0065bdf31f7ec12a149b989212e17e2d1cef4e
3
+ metadata.gz: fcba29e62151ec398b903cb6b963a277ba737335
4
+ data.tar.gz: 99bdfbd5e6db327319d2f9e68299726bb5a893e4
5
5
  SHA512:
6
- metadata.gz: e6b1f476aecb19ba93820ec10ec1e552059085a397b2bedae4a163d4a3e4a895ff9dcb5aa23dd092f4b6486b022a6789e7c058c0de95736f75b69a63111fc181
7
- data.tar.gz: 3bdbfac59148a8d871734145169fc1a5765df2c7e3869702f67ce6fdfcf2d0b8c757a510983b4037eb85b35f66a6e26b02431dde1e633d20084fa4abf8d74aee
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
- contents = File.read(repo).gsub(/^deb /, "deb [trusted=yes] ")
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
 
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '1.18.8'
2
+ VERSION = '1.18.9'
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.18.8
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-09-25 00:00:00.000000000 Z
11
+ date: 2019-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec