Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Could not find node statement

$
0
0
Hi everyone, I try to run my first manifest but puppet give me Error 500! any idea? **run this :** puppet agent -t --debug **output** Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Could not find node statement with name 'default' or 'srv.local.com, srv.local, srv' on node srv.local.local.com Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run **manifest:** vi /etc/puppetlabs/code/environments/production/manifests/site.pp node 'agent.local.com' { package { 'httpd': ensure => "installed", } service { 'httpd': ensure => running, enable => true } } Thanks,

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>