HomePhorge

(maint) Pass Facter.search arrays instead of strings
90351dce4b24Unpublished

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

Event Timeline

Adrien Thebo <git@somethingsinistral.net> committed rPU90351dce4b24: (maint) Pass Facter.search arrays instead of strings (authored by Adrien Thebo <git@somethingsinistral.net>).Feb 5 2014, 2:24 AM