I'm having this same problem. Is there a solution?

On Thursday, May 24, 2012 11:37:12 AM UTC-5, btimby wrote:
>
> I am using puppet in standalone mode (puppet apply) to test manifests that 
> I also use in a client/server configuration.
>
> I have everything working as far as files included in modules. I can 
> reference file source as "puppet:///modules/modulename/path/to/file".
>
> However, some files are not part of a module, so for the client/server 
> portion, I just set up a share called files. However, references to these 
> files "puppet://files/path/to/files" don't work in standalone mode.
>
> I understand that standalone mode (puppet apply) command can find the 
> module files because you tell it the path to look in (--modulepath 
> argument). Why is there no argument for adding file shares 
> (--fileserver=files:/path/to/files)? Is there another way to achieve this?
>
> My workaround for now is to simply move the files to a module named files 
> and reference them as "puppet:///modules/files/path/to/file", but it seems 
> like there might be a better solution.
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/vNR34Sd6QisJ.
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.

Reply via email to