Comment 1 for bug 1086521

Revision history for this message
subconscious (subconscious) wrote :

I'm trying to replicate this bug now. One thing to note, from the Puppet style guide:

All strings that do not contain variables should be enclosed in single quotes. Double quotes should be used when variable interpolation is required. Double quotes may also be used to make a string more readable when it contains single quotes.

Single quotes are completely literal, except that you write a literal quote with \' and a literal backslash with \\.