Issue #17136 has been updated by Josh Cooper. Status changed from Needs More Information to Closed Target version deleted (3.1.0)
Hi Johan, in puppet 2.7.x, the clean action would set the global run_mode to master, so that puppet would search in the master section. The coupling of run_mode and settings is very problematic, and we're working towards eliminating run_mode altogether. In Puppet 3, when the `node` face executes, the ssldir setting is resolved using the user (or main) section prior to the `clean` action setting the preferred_run_mode to master. ---------------------------------------- Bug #17136: puppet node doesn't respect ssldir from puppet.conf https://projects.puppetlabs.com/issues/17136#change-78749 Author: Johan van den Dorpe Status: Closed Priority: Normal Assignee: Johan van den Dorpe Category: Target version: 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: <pre> [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 </pre> 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.
