Re: [Puppet Users] Escaping Quotes

2011-11-21 Thread Max Schubert
How about using the alternate single quotes in ruby %q{string string string} Max On 11/21/11, Phil Frost wrote: > On 11/21/2011 01:30 AM, Douglas Garstang wrote: >> Grrr. I have the exec{} below in my puppet module. How do I escape the >> \ characters? I've tried every possible combination I ca

Re: [Puppet Users] Escaping Quotes

2011-11-21 Thread Max Schubert
Right - forgot that :). Maybe support for an alternate quoting operator should be added. On 11/21/11, Peter Meier wrote: > Zitat von Max Schubert : > >> How about using the alternate single quotes in ruby >> >> %q{string string string} > > puppet manifest