diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-22 18:10:19 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-22 18:10:19 +0000 |
commit | 400b1034348b5218a0234bfdfd94d253f98f5b84 (patch) | |
tree | 8c391bb51a6f82f2e2fc3b13931ac1f1db2974c4 /lib/puppet | |
parent | 55901486d236f98ecfb2717509c5904687969f25 (diff) | |
download | puppet-400b1034348b5218a0234bfdfd94d253f98f5b84.tar.gz puppet-400b1034348b5218a0234bfdfd94d253f98f5b84.tar.xz puppet-400b1034348b5218a0234bfdfd94d253f98f5b84.zip |
fixing "ignore" documentation to parse RST correctly.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@699 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/type/pfile.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb index f8f897017..403f6b4b7 100644 --- a/lib/puppet/type/pfile.rb +++ b/lib/puppet/type/pfile.rb @@ -855,8 +855,11 @@ module Puppet @paramdoc[:recurse] = "Whether and how deeply to do recursive management. **false**/*true*/*inf*/*number*" - @paramdoc[:ignore] = "A parameter which omits action on files matching specified - patterns during recursion i.e. .svn, *.ini" + @paramdoc[:ignore] = "A parameter which omits action on files matching + specified patterns during recursion. Uses Ruby's builtin globbing + engine, so shell metacharacters are fully supported, e.g. ``[a-z]*``. + Matches that would descend into the directory structure are ignored, + e.g., ``*/*``." #no longer a parameter # @paramdoc[:source] = "Where to retrieve the contents of the files. |