Issue #17136 has been updated by eric sorenson. Status changed from Unreviewed to Needs More Information Assignee set to Johan van den Dorpe Target version set to 3.1.0
Hi Johan, What stanza of puppet.conf has the ssldir setting in it? I believe this is happening because the subcommand is looking in the `[agent]` or `[user]` section. Can you try adding/moving your ssldir setting into a `[main]` section so that all puppet commands can find it? ---------------------------------------- Bug #17136: puppet node doesn't respect ssldir from puppet.conf https://projects.puppetlabs.com/issues/17136#change-77651 Author: Johan van den Dorpe Status: Needs More Information Priority: Normal Assignee: Johan van den Dorpe Category: Target version: 3.1.0 Affected Puppet version: 3.0.1 Keywords: Branch: When looking up puppetdb node info using puppet node, and puppet ssl certificates are not stored in the default location, this behaviour is observed: [root@master01 puppetdb]# puppet node status jana.fqdn Error: Could not retrieve status for jana.fqdn: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read finished A [root@master01 puppetdb]# puppet node --ssldir=/var/lib/puppet/ssl/master01.fqdn status jana.fqdn jana.fqdn Currently active Last catalog: 2012-10-20T22:41:14.025Z Last facts: 2012-10-20T22:41:11.566Z ssldir is correctly set in /etc/puppet/puppet.conf and puppetdb reports, storeconfigs, inventory service etc. working OK -- 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://projects.puppetlabs.com/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.
