Issue #2803 has been updated by Markus Roberts. Assigned to set to Jesse Wolfe Target version set to Puppet - 0.25.3
---------------------------------------- Bug #2803: Issue with permissions with 0.25.1 -> 0.25.1 setup http://projects.reductivelabs.com/issues/2803 Author: Lawrence Ludwig Status: Investigating Priority: Normal Assigned to: Jesse Wolfe Category: Target version: 0.25.3 Affected version: 0.25.1 Keywords: Branch: I have a 0.25.1 puppetmaster that works fine with 0.24.8 nodes. When I test with a 0.25.1 client, I get these errors with my existing puppet code. <pre> Nov 4 14:43:35 devcentos5 puppetd[26099]: (//network-config::base/File [hosts]) Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/network-config/ hosts/hosts.devcentos5 Could not retrieve file metadata for puppet:///network-config/hosts/hosts.devcentos5: Error 400 on SERVER: Not authorized to call find on /file_metadata/network-config/hosts/ hosts.devcentos5 at /home/puppet/development/modules/dist/network- config/manifests/base.pp:73 Nov 4 14:43:35 devcentos5 puppetd[26099]: (//network-config::base/File [resolv.conf]) Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/network- config/hosts/resolv.devcentos5.conf Could not retrieve file metadata for puppet:///network-config/hosts/resolv.devcentos5.conf: Error 400 on SERVER: Not authorized to call find on /file_metadata/network- config/hosts/resolv.devcentos5.conf at /home/puppet/development/ modules/dist/network-config/manifests/base.pp:44 Nov 4 14:43:35 devcentos5 puppetd[26099]: (//network-config::base/File [host.conf]) Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/network- config/hosts/host.devcentos5.conf Could not retrieve file metadata for puppet:///network-config/hosts/host.devcentos5.conf: Error 400 on SERVER: Not authorized to call find on /file_metadata/network-config/ hosts/host.devcentos5.conf at /home/puppet/development/modules/dist/ network-config/manifests/base.pp:58 Nov 4 14:43:35 devcentos5 puppetd[26099]: (//network-config::base/File [nsswitch.conf]) Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/network- config/hosts/nsswitch.devcentos5.conf Could not retrieve file metadata for puppet:///network-config/hosts/nsswitch.devcentos5.conf: Error 400 on SERVER: Not authorized to call find on /file_metadata/network- config/hosts/nsswitch.devcentos5.conf at /home/puppet/development/ modules/dist/network-config/manifests/base.pp:29 </pre> while the server gives off the error: <pre> Not authorized to call find on /file_metadata/network-config/hosts/ hosts.devcentos5 Not authorized to call find on /file_metadata/network-config/hosts/ resolv.devcentos5.conf Not authorized to call find on /file_metadata/network-config/hosts/ host.devcentos5.conf </pre> I'm using passenger and do not have an auth.conf file.. More details can be found here: http://groups.google.com/group/puppet-users/browse_thread/thread/977af0de79b99931 If it's not a bug then documentation is needed to explain how someone should allow 0.24.x and 0.25 nodes on the same puppetmaster. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. 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-bugs?hl=en.
