summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/pfile/ensure.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/puppet/type/pfile/ensure.rb b/lib/puppet/type/pfile/ensure.rb
index c5d53de06..42c472117 100755
--- a/lib/puppet/type/pfile/ensure.rb
+++ b/lib/puppet/type/pfile/ensure.rb
@@ -2,11 +2,11 @@ module Puppet
Puppet.type(:file).ensurable do
require 'etc'
desc "Whether to create files that don't currently exist.
- Possible values are *absent*, *present* (equivalent to ``exists`` in
- most file tests -- 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* (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.
Anything other than those values will be considered to be a symlink.
For instance, the following text creates a link::