From cdeccab2e0fc1b40b5060780c99d52f936f9732d Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 22 Jul 2006 03:32:56 +0000 Subject: Another batch of bug fixes, this time focused on OS X patches. Looks like I did not test on os x last time. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1422 980ebf18-57e1-0310-9a29-db15c13687c0 --- examples/code/snippets/emptyexec.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/code/snippets/emptyexec.pp') diff --git a/examples/code/snippets/emptyexec.pp b/examples/code/snippets/emptyexec.pp index fdd8751f6..847a30d18 100644 --- a/examples/code/snippets/emptyexec.pp +++ b/examples/code/snippets/emptyexec.pp @@ -1,2 +1,3 @@ -exec { "/bin/touch /tmp/emptyexectest": +exec { "touch /tmp/emptyexectest": + path => "/usr/bin:/bin" } -- cgit