Issue #7659 has been updated by Josh Cooper.

Status changed from In Topic Branch Pending Review to Merged - Pending Release

Merged into master in commit 
[44f098d](https://github.com/puppetlabs/puppet/commit/44f098d) to be released 
in 3.5.0

----------------------------------------
Bug #7659: puppet doc fails if class contains hash
https://projects.puppetlabs.com/issues/7659#change-101353

* Author: Joe Crobak
* Status: Merged - Pending Release
* 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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to