Issue #1240 has been updated by jamtur01. Status changed from Ready for Checkin to Closed
Pushed in commit:"f462617295c6b2ae4e6d2ba3b8e73f7fc5189983" in branch 0.24.x ---------------------------------------- Bug #1240: Graphing does not work with puppet (as opposed to puppetd) http://reductivelabs.com/redmine/issues/show/1240 Author: porridge Status: Closed Priority: Normal Assigned to: jamtur01 Category: reports Target version: 0.24.5 Complexity: Easy Patch: None Keywords: Affected version: 0.24.4 <pre> > 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. </pre> [ 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. ---------------------------------------- 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://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
