Issue #7659 has been updated by Charlie Sharpsteen.

Keywords set to puppetdoc


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

Author: Joe Crobak
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 2.6.8
Keywords: puppetdoc
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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to