Issue #7659 has been reported by Joe Crobak.
----------------------------------------
Bug #7659: puppet doc fails if class contains hash
https://projects.puppetlabs.com/issues/7659
Author: Joe Crobak
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version: 2.6.8
Keywords:
Branch:
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 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.