[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:36 UTC 2009


The following commit has been merged in the master branch:
commit dfc055405dd84f6b81ec92e4570c9a13dd9549e6
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Nov 5 22:09:20 2008 +1100

    Fixed #1730 - Edited file/ensure.rb docs for clarity

diff --git a/lib/puppet/type/file/ensure.rb b/lib/puppet/type/file/ensure.rb
index a9ddc2d..3a1a824 100755
--- a/lib/puppet/type/file/ensure.rb
+++ b/lib/puppet/type/file/ensure.rb
@@ -2,11 +2,10 @@ module Puppet
     Puppet.type(:file).ensurable do
         require 'etc'
         desc "Whether to create files that don't currently exist.
-            Possible values are *absent*, *present* (will match any form of
-            file existence, and if the file is missing will create an empty
-            file), *file*, and *directory*.  Specifying ``absent`` will delete
-            the file, although currently this will not recursively delete
-            directories.
+            Possible values are *absent*, *present*, *file*, and *directory*.
+            Specifying ``present`` will match any form of file existence, and
+            if the file is missing will create an empty file. Specifying
+            ``absent`` will delete the file (and directory if recurse => true).
 
             Anything other than those values will be considered to be a symlink.
             For instance, the following text creates a link::

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list