Re: [Puppet Users] Extracting Documentation from custom types.

2012-02-01 Thread Cody Herriges
So your probably looking for 'puppet describe'. Just make sure you have the type/provider's lib directory in your RUBYLIB path and run the command. So if the custom type/provider is already installed it should just work. Here is an example of one I was hacking on several months back. RUBYLIB

[Puppet Users] Extracting Documentation from custom types.

2012-02-01 Thread vertigo
Hi All. We have written an extensive custom type (with provider) for an internal product that I would like to document using the @doc class instance variable and calls to desc in the type. For the life of me, I cannot work out (or find an example) of how to extract said documentation. Do you use