Bug #1761
confdir appears to be broken again in 1.0rc3
| Status: | Closed | Start: | 07/17/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | Puppet | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
#1152 has details on possible history of this. We did an RPM-based install of puppet and foreman around July 11, and had to manually patch a puppet file to get confdir working.
I have not had time to delve deeper into it yet, sorry for the horrible bug report. If I get a chance to dig in I will.
Related issues
| related to Smart-Proxy - Feature #1552: Puppet proxy should support $confdir in modulepath when looking for environments/classes | Closed | 03/26/2012 | ||
| related to Foreman - Bug #1788: Could not find value for $confdir | Duplicate | 07/27/2012 |
Associated revisions
Revision c8ee1bfed942d2d6f5cc2d5c36e2f74f66770105
Fixes #1761 - default to /etc/puppet if we can't find a value for
History
Updated by Jan Ivar Beddari 9 months ago
From what I see a problem with the patch from #1552 is that it requires a confdir setting to be present in puppet.conf
However $confdir defaults to /etc/puppet and thus a modulepath containing the variable should resolve even when it's not specified.
Just for reference puppet config --mode master print modulepath prints the fully resolved correct modulepath ...
Updated by Anonymous 7 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset c8ee1bfed942d2d6f5cc2d5c36e2f74f66770105.
