> I made some attempts yesterday to generate some .dot files by running:
> puppet --graph ./manifests/site.pp
>
> However I could not find any result file around CWD nor in $statedir.
>
> Does anyone know what the status is, or any things I should check for?
> Just so I know before digging deeper into this.
[ Luke said: ]
This isn't working for the puppet executable, just for puppetd. I
know what the problem is, but I didn't figure anyone would notice so I
didn't bother.
You can hack it right now by adding 'catalog.host_config = true' right
after the 'catalog = catalog.to_ral'.
Basically, catalogs have a boolean, 'host_config', that changes their
behaviour a good bit (e.g., reporting and graphing). puppetd uses a
host_config catalog, and puppet does not.
Please file this as a bug, which will encourage me to fix it.