kafo 0.9.3 → 0.9.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/README.md +4 -1
- data/lib/kafo/parser_cache_reader.rb +2 -0
- data/lib/kafo/parser_cache_writer.rb +3 -1
- data/lib/kafo/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: da8bfdbd9cb9a67ef04b7bf185ddc714e543701f
|
|
4
|
+
data.tar.gz: bcb53dc3da0576cf70a52d943236d0c60171e844
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c63f286d4f0dc36c7b1d8578eda27c4c56f274b212da4213dcd1380b5a0ba31e75fc3e1764b21395912ef176c5734e5e2f7ed8cf27c1f32f8f21b0998384d18
|
|
7
|
+
data.tar.gz: c473170d70a63030d004a9d7fbdd777ea8d692c9dca8627e708735910cbe9db6afe391a2969a928cc9ad398920b3d5add2912c12026d1b611405d0650a817e96
|
data/README.md
CHANGED
|
@@ -967,7 +967,10 @@ not persisted between runs.
|
|
|
967
967
|
|
|
968
968
|
One or more caches of parsed Puppet modules and manifests can be created to skip the use
|
|
969
969
|
of kafo_parsers at runtime. This is useful when kafo_parsers doesn't support the
|
|
970
|
-
version of Puppet in use, and may also provide a small performance benefit.
|
|
970
|
+
version of Puppet in use, and may also provide a small performance benefit. When multiple
|
|
971
|
+
cache files are used, they are being loaded in order they are specified in the config
|
|
972
|
+
file. If their files overlap, the later cache fully replaces the previous cache for each
|
|
973
|
+
file/manifest.
|
|
971
974
|
|
|
972
975
|
Create the cache with `kafo-export-params -f parsercache --no-parser-cache` and
|
|
973
976
|
configure it in config/kafo.yaml with:
|
data/lib/kafo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kafo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marek Hulan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|