beaker-puppet 1.18.4 → 1.18.5
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 +4 -4
- data/lib/beaker-puppet/helpers/puppet_helpers.rb +1 -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: 57be5efb59aee0430bf66e044060bf40b80c9968
|
|
4
|
+
data.tar.gz: 73cde86bd49873032acf32958f47b0daf2462180
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9d3adce8d72fb265f00236c1a27096c93499bd263a92f8f29ccc14997822a7df87928264d456ba7afa8d93b0d991574dfb7451cdf875f3b4b5797a8263ca144
|
|
7
|
+
data.tar.gz: 86fdee61a64f18e9dddaa163dd40d93d582a0cd37f04ab01ae3a668c5e90e4ac3f19031f62c04ddbbc74a9264bd85a8878851bc2f15a674d80c60be1336cc4f0
|
|
@@ -343,7 +343,7 @@ module Beaker
|
|
|
343
343
|
# @!visibility private
|
|
344
344
|
def puppet_conf_for host, conf_opts
|
|
345
345
|
puppetconf = host.exec( Command.new( "cat #{puppet_config(host, 'config', section: 'master')}" ) ).stdout
|
|
346
|
-
new_conf = IniFile.new(content: puppetconf).merge( conf_opts )
|
|
346
|
+
new_conf = IniFile.new(default: 'main', content: puppetconf).merge( conf_opts )
|
|
347
347
|
|
|
348
348
|
new_conf
|
|
349
349
|
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.
|
|
4
|
+
version: 1.18.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|