HomePhorge

(maint) Pass Facter.search arrays instead of strings
aeffcfb3ed5cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Pass Facter.search arrays instead of strings

The implementation of Facter.search expects *args while Puppet was
defaulting to a colon separated string. This isn't a valid path but
until Facter commit 6c6c394 warnings were almost always squelched which
prevented this from being exposed. This commit ensures that we split up
our (semi)colon delimited paths into an array and passes them to Facter
in the manner that it expects.

Details

Provenance
Adrien Thebo <git@somethingsinistral.net>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU20deff023c78: Merge pull request #2298 from mckern/add-el7-to-stable
Branches
Unknown
Tags
Unknown

Event Timeline

Adrien Thebo <git@somethingsinistral.net> committed rPUaeffcfb3ed5c: (maint) Pass Facter.search arrays instead of strings (authored by Adrien Thebo <git@somethingsinistral.net>).Feb 5 2014, 8:36 PM