From ad32b716d82576c98e708e6dbbcec60f0372e54c Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 28 Aug 2006 04:50:59 +0000 Subject: Tracking down some weird bugs that managed to creep into the parser. I expect that the main ones were a result of the If support. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1494 980ebf18-57e1-0310-9a29-db15c13687c0 --- examples/code/failers/badcompparam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/code') diff --git a/examples/code/failers/badcompparam b/examples/code/failers/badcompparam index 283d54014..346e64b25 100644 --- a/examples/code/failers/badcompparam +++ b/examples/code/failers/badcompparam @@ -1,4 +1,4 @@ -define comp(arg1) { +define comp($arg1) { file { "/etc/passwd": mode => 644 } -- cgit