Issue #5720 has been updated by James Turnbull. Status changed from Available In Testing Branch to Closed Target version set to 2.6.7
---------------------------------------- Bug #5720: puppetdoc fails on parameterized class when a parameter's default is set to value of function https://projects.puppetlabs.com/issues/5720 Author: Dan Urist Status: Closed Priority: Normal Assignee: Brice Figureau Category: documentation Target version: 2.6.7 Affected Puppet version: 2.6.3 Keywords: puppetdoc Branch: https://github.com/masterzen/puppet/tree/tickets/2.6/5720 "puppet doc" produces no output for the following class: <pre> # Class: bogus # # These are docs for bogus class bogus ( $param1 = 1, $param2 = 2, $param3 = my_func() ){ } </pre> If I set $param3 to a fixed value or remove it, it works. -- 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.
