Difference between revisions of "Puppet"
Jump to navigation
Jump to search
(Created page with '[http://docs.puppetlabs.com/guides/configuring.html Initial Configuration]') |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[http://docs.puppetlabs.com/guides/configuring.html Initial Configuration] | [http://docs.puppetlabs.com/guides/configuring.html Initial Configuration] | ||
| + | =Basic Commands= | ||
| + | ==Certs== | ||
| + | * puppet cert list --all | ||
| + | =Errors= | ||
| + | * This is caused by the date of a node being too far off from the puppet master | ||
| + | info: Retrieving plugin | ||
| + | err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed | ||
| + | err: /File[/var/lib/puppet/lib]: Could not evaluate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed Could not retrieve file metadata for puppet://dsdwsconf01.traderonline.com/plugins: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed | ||
| + | err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed | ||
| + | warning: Not using cache on failed catalog | ||
| + | err: Could not retrieve catalog; skipping run | ||
| + | err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed | ||
Latest revision as of 05:29, 12 October 2011
Basic Commands
Certs
- puppet cert list --all
Errors
- This is caused by the date of a node being too far off from the puppet master
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
err: /File[/var/lib/puppet/lib]: Could not evaluate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed Could not retrieve file metadata for puppet://dsdwsconf01.traderonline.com/plugins: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed