Nick Moffitt:
>       # :include:README.rdoc
>       class readme {}
> 
> I can then browse to __site__::readme in the rdoc HTML output, and see
> my long essay.
> 
> > If it does, then I think adding this as the first line of
> > manifests/site.pp:
> > 
> > # :include:README.rdoc
> 
> This doesn't appear to work for me.  The "Module __site__" page lists
> the nodes, classes and modules within, but provides no documentation of
> its own.

For those following along, I worked around this by doing the above
example like so:

        # :include:README.rdoc
        # :main:__site__::readme
        class readme {}

This satisfies my needs for now.  Thanks again for all your help!

-- 
"If, as they say, God spanked the town
for being over frisky,
why did He burn the churches down
and save Hotaling's whisky?" -- 1906 SF Earthquake rhyme

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to