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
>
>
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 '$'