diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-17 05:08:36 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-17 05:08:36 +0000 |
commit | beba3e480c7ad7f942414a8aa31f96b5b42b53e4 (patch) | |
tree | d3c2949930af4462b5a1d03a46b0f8d76e087d0c /examples/code/snippets/failmissingexecpath.pp | |
parent | 607d7c6afec7ab73203382676cc98b6d52898e1d (diff) | |
download | puppet-beba3e480c7ad7f942414a8aa31f96b5b42b53e4.tar.gz puppet-beba3e480c7ad7f942414a8aa31f96b5b42b53e4.tar.xz puppet-beba3e480c7ad7f942414a8aa31f96b5b42b53e4.zip |
Finishing changes to support titles instead of two types of names. This is basically a bug-fix commit.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1472 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'examples/code/snippets/failmissingexecpath.pp')
-rw-r--r-- | examples/code/snippets/failmissingexecpath.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/code/snippets/failmissingexecpath.pp b/examples/code/snippets/failmissingexecpath.pp index fe17b049b..ca5b25f4c 100644 --- a/examples/code/snippets/failmissingexecpath.pp +++ b/examples/code/snippets/failmissingexecpath.pp @@ -1,4 +1,4 @@ -define distloc(path) { +define distloc($path) { file { "/tmp/exectesting1": ensure => file } |