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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19e3a488a55a067142bea66fbb51a448f8662c8e
4
- data.tar.gz: c11281acd5f33ef8b81fe7ca90ecdde000524fc4
3
+ metadata.gz: 57be5efb59aee0430bf66e044060bf40b80c9968
4
+ data.tar.gz: 73cde86bd49873032acf32958f47b0daf2462180
5
5
  SHA512:
6
- metadata.gz: 461fc2c6313c31ce031dc98d2971a890d86a61cf0c276a351fff6feab0894312b574ec6752c83fdf7abe5a41fa7de5d5652fe3127dacdbf5d48f90c945bc97b3
7
- data.tar.gz: 231b18953b0433b3569d49baeb951cb84b83df05f5fbc95e1fe14cc447175a8f9aa57c799c3995460925ed8155505ab56eafb128fff3521d9a5e12a999249576
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
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '1.18.4'
2
+ VERSION = '1.18.5'
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.4
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-19 00:00:00.000000000 Z
11
+ date: 2019-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec