Hi, I am following the pro puppet book - second edition, to learn puppet, I'm currently attempted to install 'Vim' by adding a note definition to the site.pp, the error message I am receiving is as follows ;
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
Notice: Using less secure serialization of reports and query parameters for compatibility
Notice: with older puppet master. To remove this notice, please upgrade your master(s)
Notice: to Puppet 3.3 or newer.
Notice: See http://links.puppetlabs.com/deprecate_yaml_on_network for more information.
Info: Retrieving pluginfacts
Error: /File[/var/lib/puppet/facts.d]: Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: Not authorized to call search on /file_metadata/pluginfacts with {:links=>"manage", :checksum_type=>"md5", :ignore=>[".svn", "CVS", ".git"], :recurse=>true}
Error: /File[/var/lib/puppet/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet://puppet/pluginfacts: Error 400 on SERVER: Not authorized to call find on /file_metadata/pluginfacts with {:links=>"manage", :source_permissions=>"use"}
Info: Retrieving plugin
Error: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve information from environment production source(s) puppet://puppet/plugins
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find default node or by name with 'puppet-agent-john.openstacklocal, puppet-agent-john' on node puppet-agent-john.openstacklocal
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Any help on this would be greatly appreciated, pro puppet - second edition - Apress - Spencer Krum - page 25 (this is the book and page number for the task I am trying to complete)
↧