err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: Not authorized to call search on /file_metadata/plugins with {:ignore=>[".svn", "CVS", ".git"], :recurse=>true, :checksum_type=>"md5", :links=>"manage"}
err: /File[/var/lib/puppet/lib]: Could not evaluate: Error 400 on SERVER: Not authorized to call find on /file_metadata/plugins Could not retrieve file metadata for puppet://example.com/plugins: Error 400 on SERVER: Not authorized to call find on /file_metadata/plugins
究竟是什么原因导致这个错误,以及如何解决? 或者如何debugging?
我终于明白了这一点,它是从fileserver.conf文件丢失权限:
将此文件的内容更改为:
[plugins] allow *.com
重新启动puppetmaster解决了我的问题。
对于我在客户端降级facter包解决了这个问题