On 11/11/09 04:26, Larry Ludwig wrote: > > Nope not it. > > Correct info: > > Nov 10 22:22:38 archive puppetmasterd[19932]: Not authorized to call > find on /file_metadata/network-config/hosts/nsswitch.devcentos5.conf > request.node: devcentos5.empoweringmedia.net request.ip: 192.168.10.41 > > > I modified indirection.rb to spew out this output. > > Keep in mind this node works as a 0.24.8 node and does not once I > upgrade to 0.25.1
The code is completely different between 0.24.8 and 0.25.1 which is why you're seeing a difference. Is network-config a module? If yes, then your source url is not correct, all the sourced files (for a module) should be in: <module>/files/<whatever> Here the url is only <module>/<whatever> That means puppet "thinks" it isn't a module but a regular mount. Since your fileserver.conf doesn't contain the "network-config" mount, it doesn't find any valid mount, so the request is forbidden. What I suggest: * move the files under network-config/files/ * open a redmine ticket so that we have a better error message, which at least would give us the reason. I don't think we can see this problem as a regression since 0.24, because this wasn't supposed to work in 0.24. -- 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 -~----------~----~----~----~------~----~------~--~---