beaker-puppet 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 400c5005acf587cae1d5e1fe8afbcc14d9d88d8f
4
- data.tar.gz: 9392fc5d8c862d5c83bdebdd46504102dbfb2ef4
3
+ metadata.gz: 45a8dfa4bb241b997e60986c8896160470a637d8
4
+ data.tar.gz: 17f813f9d4d3fcf09a61d4565623b8fd2e08f958
5
5
  SHA512:
6
- metadata.gz: 8e8db28e64c428caf4b4a253e70ad0ce9dfb9c3dcda51622d32cd9f1b5768ac1023d10797f6e4366bf88aeebc0057f7a94983cdc2c96f8ad2c9b7d30e745f45c
7
- data.tar.gz: 41d0fd41083c3a4e8ea4e57f9d25524c5a3ab94bb578d2336187078314fdf43f783878ac9b520f77c4805989a5f0a6d000a87b994696f1cca023ab4eab521f68
6
+ metadata.gz: 61950830eb26571e505889c2d993abdc6394b4e883e5c231acf644b9dba52c6e594bc01b58cfe13605f293fdf1f66bf4a3a6c3c28ffc7ffffc35275c8e55007c
7
+ data.tar.gz: 8596699dbe70b8144a11978d461587fbb69dec600e0f52adff7d4a6f9931def1cb5cb4efae77bf0baa34366003cf40cce9de82b182371661e89e581277fcc40d
@@ -434,6 +434,8 @@ module Beaker
434
434
  # path separator character. (The POSIX path separator
435
435
  # is ‘:’, and the Windows path separator is ‘;’.)
436
436
  #
437
+ # @option opts [String] :hiera_config The path of the hiera.yaml configuration.
438
+ #
437
439
  # @option opts [String] :debug (false) If this option exists,
438
440
  # the "--debug" command line parameter
439
441
  # will be passed to the 'puppet apply' command.
@@ -461,6 +463,7 @@ module Beaker
461
463
  puppet_apply_opts[:trace] = nil if opts[:trace]
462
464
  puppet_apply_opts[:parser] = 'future' if opts[:future_parser]
463
465
  puppet_apply_opts[:modulepath] = opts[:modulepath] if opts[:modulepath]
466
+ puppet_apply_opts[:hiera_config] = opts[:hiera_config] if opts[:hiera_config]
464
467
  puppet_apply_opts[:noop] = nil if opts[:noop]
465
468
 
466
469
  # From puppet help:
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '1.2.0'
2
+ VERSION = '1.3.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet