Displaying 1 result from an estimated 1 matches for "withdollar".
2009 Jan 23
7
Quote, dollar and pipe
Hi All,
By working on our bootstrap puppet scripts (executed wih standalone
puppet), I found a difference between pipe and file parsing :
A simple file with a content :
$ cat withdollar.pp
file { "/tmp/withdoller.txt":
content => ''something like echo $1''
}
When puppet parses the file :
$ puppet withdollar.pp
notice: //File[/tmp/withdoller.txt]/content: created file with
contents {md5}43f1e562200b79e68ebaf15cd956eaa3
When puppet parses...