hiera 1.1.2.rc1 → 1.1.2.rc2
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.
- data/README.md +1 -1
- data/lib/hiera.rb +1 -1
- metadata +5 -5
data/README.md
CHANGED
|
@@ -58,7 +58,7 @@ a few enhancements over the base Extlookup approach thanks to this.
|
|
|
58
58
|
|
|
59
59
|
If you have a YAML and Puppet backend loaded and your users provide module defaults in the
|
|
60
60
|
Puppet backend you can use your YAML data to override the Puppet data. If the YAML doesnt
|
|
61
|
-
provide an answer the Puppet backend will get an
|
|
61
|
+
provide an answer the Puppet backend will get an opportunity to provide an answer.
|
|
62
62
|
|
|
63
63
|
### More scope based variable expansion
|
|
64
64
|
|
data/lib/hiera.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiera
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: -
|
|
4
|
+
hash: -2728812788
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
9
|
- 2
|
|
10
10
|
- rc
|
|
11
|
-
-
|
|
12
|
-
version: 1.1.2.
|
|
11
|
+
- 2
|
|
12
|
+
version: 1.1.2.rc2
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Puppet Labs
|
|
@@ -17,10 +17,10 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2012-12-
|
|
20
|
+
date: 2012-12-20 00:00:00 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
|
-
name:
|
|
23
|
+
name: json_pure
|
|
24
24
|
prerelease: false
|
|
25
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
26
|
none: false
|