Title: Message Title
Adrien Thebo commented on an issue
Puppet / Improvement PUP-2626
Accept module paths in Puppet::Parser::Functions.file()
Allow template-style module path to be used instead of the absolute path in for the file() function.

{noformat}
file('example/file.ext')
{noformat}
would return the same as
{noformat}
file('/etc/puppet/modules/example/files/file.ext')
{noformat}


This is supposed to be like how template does module paths, where:

{noformat}
template('exam...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to