diff options
author | Colleen Murphy <colleen@gazlene.net> | 2015-10-14 16:09:05 -0700 |
---|---|---|
committer | Colleen Murphy <colleen@gazlene.net> | 2015-10-14 16:16:01 -0700 |
commit | 25410c4598d3c0029fcd05adc2e305dbf5f8d902 (patch) | |
tree | 556730758a11a2e2d42a60d43e553b7abcdf5c4c /lib/puppet/parser/functions/join_keys_to_values.rb | |
parent | 0f8df10084c875edac521a2307ce4caf7317b636 (diff) | |
download | puppet-stdlib-25410c4598d3c0029fcd05adc2e305dbf5f8d902.tar.gz puppet-stdlib-25410c4598d3c0029fcd05adc2e305dbf5f8d902.tar.bz2 |
Let load_module_metadata succeed on empty file
Some modules or module versions don't have a metadata.json file, but we
might still want to use the load_module_metadata function on them. The
lack of a file can still give us important information. For example, it
might tell us that the version of the module installed is "very old"
even if we can't read the version number directly. This patch adds a
parameter to let the user specify if an empty file is acceptable. To
preserve backwards compatibility it does not change the current default
behavior, which is to raise an error if metadata.json does not exist.
Diffstat (limited to 'lib/puppet/parser/functions/join_keys_to_values.rb')
0 files changed, 0 insertions, 0 deletions