Issue #1240 has been updated by luke. Status changed from Accepted to Ready for Checkin Assigned to changed from luke to jamtur01 Target version set to 0.24.5 Complexity changed from Unknown to Easy Affected version set to 0.24.4
Fixed in the tickets/0.24.x/1240 branch in my repo. I did a modification of the provided patch, and it definitely worked for me. Note that this is a relatively hackish solution, in that it gets the job done but doesn't solve the real problem, which is this split between "I manage the host" and "I'm just running some Puppet configs". ---------------------------------------- Bug #1240: Graphing does not work with puppet (as opposed to puppetd) http://reductivelabs.com/redmine/issues/show/1240 Author: porridge Status: Ready for Checkin 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 -~----------~----~----~----~------~----~------~--~---
