Issue #7659 has been updated by Josh Cooper. Target version set to 3.5.0 Branch changed from https://github.com/puppetlabs/puppet/pull/2045 to https://github.com/puppetlabs/puppet/pull/2056
---------------------------------------- Bug #7659: puppet doc fails if class contains hash https://projects.puppetlabs.com/issues/7659#change-101340 * Author: Joe Crobak * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: * Category: * Target version: 3.5.0 * Affected Puppet version: 2.6.8 * Keywords: puppetdoc * Branch: https://github.com/puppetlabs/puppet/pull/2056 ---------------------------------------- here's my test case: $ cat doc_test.pp # Class: doc_test # # Testing docs for a class with a hash class doc_test { $foo = { "bar" => "baz"} } $ puppet doc --verbose --all doc_test.pp info: scanning: ["doc_test.pp"] $ cat doc_test2.pp # Class: doc_test2 # # Testing docs for a class without a hash class doc_test { $foo = "bar" } $ puppet doc --verbose --all doc_test2.pp info: scanning: ["doc_test2.pp"] Class: doc_test2 Testing docs for a class without a hash This might be related to #2364. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
