Haris Farooque wrote:

*err: Could not run Puppet configuration client: Parameter path failed: File paths must be fully qualified, not 'puppet:/myFileSrc**/<filename>' at /etc/puppet/manifests/<myfile>:158

The correct format is "puppet:///myFileSrc/<filename>".  Or more general,
"puppet://<server>/<filemodule>/<filename>", but if you don't specify
any server, Puppet will use the same server it got the manifests from.

It looks like 0.24.8 treated "puppet:///foo" and "puppet:/foo" identically,
but the spec didn't really allow URLs on the latter form.


        /Bellman

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to