From beba3e480c7ad7f942414a8aa31f96b5b42b53e4 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 17 Aug 2006 05:08:36 +0000 Subject: 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 --- examples/code/snippets/failmissingexecpath.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/code/snippets/failmissingexecpath.pp') 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 } -- cgit