Don Jackson wrote:> I have a somewhat basic question about file serving:
>
> Once you specify the puppet://server/module
>
> Can that path continue from there?
>
> Eg, if my fileserver.conf file is:
>
> [myconfigfiles]
> path /export/home/configs
> allow *
>
> Can my clients do something like this?
>
> source => "puppet:///myconfigfiles/foo/bar.txt
>
> Meaning go get foo/bar.txt from the module myconfigfiles
>
> Or is the source directive restricted to just getting files directly
> (not in a subdirectory) of the specified path?
>
No its not , you can serve from subdirectories of specific file share
section. foo/bar.txt is fine> Don
>
>
>
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---