Issue #23349 has been updated by Andrew Parker.

Status changed from Accepted to Merged - Pending Release
Branch set to https://github.com/puppetlabs/puppet/pull/2127

Merged into stable in 
[fd590b](https://github.com/puppetlabs/puppet/commit/fd590b1c5e72f1742185a46eef4755a034c75c8b).
 This should go out in the next 3.4.0 RC. Thanks for finding this!

----------------------------------------
Bug #23349: "Could not find value for $confdir" regression when using $confdir 
in puppet.conf
https://projects.puppetlabs.com/issues/23349#change-101080

* Author: Dominic Cleal
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: 
* Category: settings
* Target version: 3.4.0
* Affected Puppet version: 3.4.0-rc1
* 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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to