Issue #22595 has been updated by Jason Antman. Status changed from Unreviewed to Duplicate
Closing as duplicate of Bug #15531 ---------------------------------------- Bug #22595: Invalid dot files generated by puppet when sql queries are involved. https://projects.puppetlabs.com/issues/22595#change-98253 * Author: Carthik Sharma * Status: Duplicate * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- When using the postgresql module, the graphs generated by Puppet (in the dot format) have syntax errors. Here's an example of the error from a dot file: <pre>Error: relationships.dot:1033: syntax error near line 1033 context: "Postgresql_psql[GRANT all ON database >>> "pe- <<< puppetdb" TO "pe-puppetdb"]" [ </pre> The fixed version would look like the following: <pre>Error: relationships.dot:1033: syntax error near line 1033 context: "Postgresql_psql[GRANT all ON database >>> 'pe- <<< puppetdb' TO 'pe-puppetdb']" [ </pre> - Can't have double quotes inside the double quotes. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
