search for: localfileserver

Displaying 1 result from an estimated 1 matches for "localfileserver".

2007 Jun 07
3
can i access module "files" w/o using client-server?
...o.txt does not exist I have tried numerous variations to no avail. i have been reading the puppet source code to try to understand how it works. From what i gather, here is what is happening: since the source of the file does not use the puppet: protocol, file: is used, and pfile.rb forces @@localfileserver to a fileserver instance whose only mount point is ''/''. in particular, the modulepath is ignored and no configuration is read either. (NOTE: i started playing around with a fileserver.conf but found that the code specifically ignores it anyway) Am i just being stupid here? Can...