Signed-off-by: Markus Roberts <[email protected]>
---
lib/puppet/type/file/mode.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/type/file/mode.rb b/lib/puppet/type/file/mode.rb
index b9ad8da..83034cb 100755
--- a/lib/puppet/type/file/mode.rb
+++ b/lib/puppet/type/file/mode.rb
@@ -15,7 +15,7 @@ module Puppet
can recursively make a directory and all of the files in it
world-readable by setting e.g.::
- file { "/some/dir":
+ file { '/some/dir':
mode => 644,
recurse => true,
}
--
1.6.4
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.