Issue #15531 has been updated by Josh Cooper. Status changed from Unreviewed to Requires CLA to be signed Assignee set to Lukáš Zapletal
Thank you for submitting a fix for this issue. Could you sign our community license agreement, see <https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md> for more information? You'll also need to create a pull request from your topic branch. This is described in more detail in the contributing document and <https://help.github.com/articles/using-pull-requests> ---------------------------------------- Bug #15531: [Pull request] Graph (dot) escaping for double quotes https://projects.puppetlabs.com/issues/15531#change-69111 Author: Lukáš Zapletal Status: Requires CLA to be signed Priority: Normal Assignee: Lukáš Zapletal Category: Target version: Affected Puppet version: Keywords: Branch: Graph generation was not escaping double quotes for node names. This simple patch replaces all " with \" in all node names in dot graphs so they can be generated even from catalogs with double quotes. https://github.com/lzap/puppet/compare/graph_escape_fix https://github.com/lzap/puppet/tree/graph_escape_fix -- 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://projects.puppetlabs.com/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.
