Feature #2376
Show inheritence in puppetdoc
| Status: | Closed | Start date: | 06/30/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | documentation | |||
| Target version: | 2.6.0 | |||
| Affected Puppet version: | 0.24.8 | Branch: | ||
| Keywords: | releasenotes | |||
| Votes: | 0 |
Description
It would be great if puppetdoc could show child inheritence in nodes, i.e. a heading saying “Inherited by” and listing the child nodes of a particular node. Or just “Children:” underneath the “Parent” heading.
History
Updated by James Turnbull almost 3 years ago
- Category set to documentation
- Status changed from Unreviewed to Needs Decision
- Assignee set to Brice Figureau
Updated by Brice Figureau almost 3 years ago
- Target version set to 2.6.0
I think it is doable even though RDoc doesn’t support it. I’ll give it a shot after 0.25 will be out.
Updated by Brice Figureau over 2 years ago
- Status changed from Needs Decision to Ready For Checkin
- Assignee changed from Brice Figureau to James Turnbull
Avi: it took some time, but I finally implemented this feature :–)
James, the patch was approved on the list, so you can merge it.
The patch is available in my github repository, branch tickets/master/2703: http://github.com/masterzen/puppet/tree/tickets/master/2703
It is based on master.
Updated by James Turnbull over 2 years ago
- Status changed from Ready For Checkin to Closed
- Keywords set to releasenotes
Pushed in commit:3bc26cb9bd1b7e35bdeb226977943cb7cbd1d74f in branch master.
Updated by James Turnbull over 2 years ago
- Status changed from Closed to Accepted
Checking this one too.
Updated by James Turnbull over 2 years ago
- Status changed from Accepted to Closed
Wrong commit – correct commit:ced5a7887836d1491273b5d6728589f494f8a337 in branch master.