On 09/11/09 21:39, Larry Ludwig wrote: > > Could it be related the files folder I have has sub directories??
I don't think so. IMHO, you should try to add some debug information to your master to see why those requests are forbidden for you. The code that checks if the file serving request is allowed is in: lib/puppet/indirector/file_server.rb Check the authorized? method. Add there some Puppet.info or whatever to print request.node and request.ip. Then compare this to your fileserver.conf. If the entries don't match then you're fileserver.conf is not correct. If the entry match, then the request is forbidden because it wasn't possible to find the correct mount for the file request. Hope that helps, -- Brice Figureau My Blog: http://www.masterzen.fr/ --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---