search for: privatefiles

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

Did you mean: private_files
2007 Feb 27
2
Restricting host access to files
I suppose that this is a question about fileserver.conf but what I''m trying to do is to have something like the following in fileserver.conf: [$hostname] path /var/lib/puppet/files/privatefiles/$hostname.txt allow $hostname Basically, this would allow access to a file named <hostname>.txt for only the host to which it should be delivered. I''m not entirely sure how you would do this, but it would sure be easier than specifying that entry for every host on the network :...