Issue #23349 has been updated by Melissa Stone. Status changed from Merged - Pending Release to Closed
Released in Puppet 3.4.0-rc2 ---------------------------------------- Bug #23349: "Could not find value for $confdir" regression when using $confdir in puppet.conf https://projects.puppetlabs.com/issues/23349#change-101316 * Author: Dominic Cleal * Status: Closed * Priority: Normal * Assignee: * Category: settings * Target version: 3.4.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/2127 ---------------------------------------- This is a regression from 3.3.x to 3.4.0-rc1. When puppet.conf contains the following: <pre> [main] autosign = $confdir/autosign.conf </pre> All puppet commands fail as the $confdir can't be interpolated. <pre> # puppet --version 3.3.2 # puppet apply --configprint autosign /etc/puppet/autosign.conf # yum upgrade --enablerepo=puppetlabs-devel puppet [snip, updated to 3.4.0-rc1] # rpm -q puppet puppet-3.4.0-0.1rc1.el6.noarch # puppet apply --configprint autosign Error: Could not intialize global default settings: Error converting value for param 'autosign': Could not find value for $confdir # puppet --version Error: Could not intialize global default settings: Error converting value for param 'autosign': Could not find value for $confdir </pre> -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
