summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-22 03:32:56 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-22 03:32:56 +0000
commitcdeccab2e0fc1b40b5060780c99d52f936f9732d (patch)
treeea60c02ad605f553e75a19a8f5446194c4260c51 /examples
parentb42eaee1a7e8dd1ef7a7daad5d0b03aba6113d00 (diff)
downloadpuppet-cdeccab2e0fc1b40b5060780c99d52f936f9732d.tar.gz
puppet-cdeccab2e0fc1b40b5060780c99d52f936f9732d.tar.xz
puppet-cdeccab2e0fc1b40b5060780c99d52f936f9732d.zip
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
Diffstat (limited to 'examples')
-rw-r--r--examples/code/snippets/emptyexec.pp3
1 files changed, 2 insertions, 1 deletions
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"
}