beaker-puppet 1.15.0 → 1.15.1

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: 4d2efb4c745da178b7a32980b2057ceb9a80049a
4
- data.tar.gz: 100e06d7c5847f1897e7b99723ff2a7d073c4125
3
+ metadata.gz: 875b73fe27f2c9ad51408aeb125f0676ea37f969
4
+ data.tar.gz: abec417de80b055b94dc501d306b696e4c922db7
5
5
  SHA512:
6
- metadata.gz: 3461becc565e5ca0f2144cffe9d4aca0c0d88dba63c3bb6bb434911a13b061d73b804247d50b66ee03ad259187060b242d2af3c4747e5dc71b96e5cd9efde728
7
- data.tar.gz: 4450d6299416020c5f4635a712e48502da7569f53d92cb305f83f82bc721ac959668b2f8789c2949652a58312a30c4a0941032f9264acef1d07e3cd84b625b71
6
+ metadata.gz: 701bb774daef21e191e8eb38fbebc33ba5e0e30c7294b44cd737a69371678978635a1990c486550d270c2bd14ef038a729e67c72dfb760fcb379afc0d6d89ad9
7
+ data.tar.gz: eda9b9ab46a82dfc3ad99aadccde76d7da3bfa25fd4b75c232312109bed904291d34e835af6fbd72e5c720da1224be04e3118f5790443c45badb0bea84f45120
@@ -362,7 +362,8 @@ module Beaker
362
362
  opts[:puppet_agent_version] ||= opts[:version] #backwards compatability with old parameter name
363
363
  opts[:puppet_collection] ||= puppet_collection_for(:puppet_agent, opts[:puppet_agent_version]) || 'pc1'
364
364
 
365
- opts[:puppet_collection].downcase! # the collection names are case sensitive
365
+ # the collection names are case sensitive
366
+ opts[:puppet_collection] = opts[:puppet_collection].downcase
366
367
 
367
368
  run_in_parallel = run_in_parallel? opts, @options, 'install'
368
369
  block_on hosts, { :run_in_parallel => run_in_parallel } do |host|
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '1.15.0'
2
+ VERSION = '1.15.1'
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.15.0
4
+ version: 1.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-25 00:00:00.000000000 Z
11
+ date: 2019-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec