On Mon, 29 Aug 2011 10:04:42 -0700 Nigel Kersten wrote: > On Mon, Aug 29, 2011 at 8:23 AM, Arnau Bria <[email protected]> wrote:
Hi Nigel, I think my question was not clear: > > MODULE_PATH > > |-module_name > > |-files > > |-manifests > > |-foo.pp > > |-bar > > |-bar.pp > > > > > > My question is: is there a similar behaviour for file serving? May I > > create a file dir under bar directory and serve files from there? > > > > Yes. > > $module_name/files/foo/bar/baz > > is > > puppet:///modules/$module_name/foo/bar/baz and: $module_name/manifests/bar/files/baz? is accessible? Cheers, Arnau -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
