Issue #15214 has been updated by Jeff McCune.

Matthaus Owens wrote:
> Jeff, what is the status of this? Both of the above pulls were released in 
> 3.0.0-rc8. Should this ticket be closed?

Only the 1184 was actually merged into 3.x and then was almost immediately 
reverted. 1189 was closed in favor of 1190 which is still open and is now being 
pushed back until after the 3.0.0 release which is why it's targeted at master 
and not 3.x.

So the current pull request for this ticket is in 
<https://github.com/puppetlabs/puppet/pull/1190>

-Jeff
----------------------------------------
Bug #15214: Get rid of coupling between run_mode and confdir/vardir
https://projects.puppetlabs.com/issues/15214#change-71980

Author: Chris Price
Status: Accepted
Priority: Normal
Assignee: Andrew  Parker
Category: 
Target version: 3.x
Affected Puppet version: 
Keywords: 
Branch: 


We have an ordering issue in the current code, because the default values for 
confdir and vardir are specified based on the run_mode setting, which is 
specified by individual applications.  However, we need to know where our 
config dir and libdir are before we can even try to load an application.  This 
introduces some very confusing and brittle ordering issues in bootstrapping 
puppet command line apps.

A potential fix is here:

https://github.com/cprice-puppet/puppet/commit/b064ee637b93d45483444274e15f5edf4ded3c75

Which is included in the pull request:

https://github.com/puppetlabs/puppet/pull/882



-- 
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.

Reply via email to