hiera 3.4.1 → 3.4.2

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: e79753879790dccefb26e4f1fd43698af518a823
4
- data.tar.gz: a8a7c32acc5932b55de8990c1b3ac87ec9cab6e5
3
+ metadata.gz: 96fa7acb3b4d54b0cc2731701c54d11bbf80cdd7
4
+ data.tar.gz: 52fbf2622f1153d182578043ac2aa5672fddecfc
5
5
  SHA512:
6
- metadata.gz: 8f96ab53828d269556d767f34c0ab15525ab3775c2988ce36b81b0729d5f77e70a02559b13b961bc6ef9d7f6f5793b06e267031734b45afc90c4325e326d352b
7
- data.tar.gz: 977ef83f259209f3395208d59f558fdb2f1a483718be4bef69c760645a366409f431e662e85b5a3a8123c584a7a48c6de669f63d7dc4877144efff127aa8f500
6
+ metadata.gz: 3c9730beae174c76d9b382f7cc46593a1267d99e12221d1caddf950b1665aa3ae1ac15a2acd99218965611e07cc63559fc1a1722c973f39e6c6076dfd2c64663
7
+ data.tar.gz: d1d63a754327b9b618d6e29fbfd4ec790910a5d4ee66e073544c5016cb6be40f04c4de83bff5f55bab15403ffdd36512b1a46a171370de928ea74cb488933562
@@ -29,7 +29,7 @@ class Hiera::Config
29
29
  if config
30
30
  version = config['version'] || config[:version] || 3
31
31
  if version >= 4
32
- raise "v4 hiera.yaml is only to be used inside an environment or a module and cannot be given to the global hiera"
32
+ raise "v#{version} hiera.yaml is only to be used inside an environment or a module and cannot be given to the global hiera"
33
33
  end
34
34
  @config.merge! config
35
35
  end
@@ -48,7 +48,7 @@ class Hiera::Config
48
48
  @config[:logger] = "console"
49
49
  Hiera.logger = "console"
50
50
  end
51
-
51
+
52
52
  self.validate!
53
53
 
54
54
  @config
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
  class Hiera
10
- VERSION = "3.4.1"
10
+ VERSION = "3.4.2"
11
11
 
12
12
  ##
13
13
  # version is a public API method intended to always provide a fast and
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2017-09-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A pluggable data store for hierarcical data
14
14
  email: info@puppetlabs.com