hiera 1.3.3 → 1.3.4
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 +4 -4
- data/bin/hiera +4 -0
- data/lib/hiera/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54743f04196eaecdaffcb0162606f26843f35a03
|
4
|
+
data.tar.gz: c83bf33b0c25e508380073c67b94796493d01124
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50281c08a2494cce3c6e2d59ec94a47eb14dbad34f0b0b20915fe2b96f0bc5ce1c687984fb74426a61760018eaef64f911eb1cf677820b8ca2261f32549f4bba
|
7
|
+
data.tar.gz: 570c1a8cff80579c90afd19451075bc52a4c035d77852d665980b1b3c2c0fd6075a5da11c947ad9eac2f9ce24399cd797d2ae23beed63bef372db4cd5fb9aa83
|
data/bin/hiera
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
+
# For security reasons, ensure that '.' is not on the load path
|
4
|
+
# This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path
|
5
|
+
$LOAD_PATH.delete '.'
|
6
|
+
|
3
7
|
# CLI client for Hiera.
|
4
8
|
#
|
5
9
|
# To lookup the 'release' key for a node given Puppet YAML facts:
|
data/lib/hiera/version.rb
CHANGED
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: 1.3.
|
4
|
+
version: 1.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet Labs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json_pure
|