[Puppet Users] quoting special characters in puppet.conf

2010-08-25 Thread Amos Shapira
Hello, I'd like to pass the following flags to diff through puppet: -urbB -I $Id -I $HeadURL -I $URL But when I try to set diff_args in /etc/puppet/puppet.conf like this: diff_args = -ubB -I \$Id -I \$HeadURL -I \$URL Puppet tries to interpolate the $Id and fails. How can I quote the '$'

Re: [Puppet Users] quoting special characters in puppet.conf

2010-08-25 Thread Patrick
On Aug 24, 2010, at 11:52 PM, Amos Shapira wrote: Hello, I'd like to pass the following flags to diff through puppet: -urbB -I $Id -I $HeadURL -I $URL But when I try to set diff_args in /etc/puppet/puppet.conf like this: diff_args = -ubB -I \$Id -I \$HeadURL -I \$URL Puppet