Bug #1512
Namespace searching not working up tree
| Status: | Rejected | Start date: | 08/15/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.24.6 | |||
| Affected Puppet version: | 0.24.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
If we have a module called apache with class apache::cert::self-signed, Puppet will automatically look for the class in /modules/apache/manifests/cert/self-signed.pp. However, it was my understanding that failing that, it would look for that class in /modules/apache/manifests/cert.pp, but that doesn’t appear to be the case.
History
Updated by James Turnbull over 3 years ago
- Status changed from Unreviewed to Accepted
- Assignee set to Luke Kanies
- Target version set to 0.24.6
Updated by Luke Kanies over 3 years ago
- Status changed from Accepted to Rejected
At this point, classes and definitions are only ever looked for in two places — the main ‘init.pp’ file, and the class-specific file.
So at this point, you’re getting expected behaviour.