From 400b1034348b5218a0234bfdfd94d253f98f5b84 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 22 Sep 2005 18:10:19 +0000 Subject: fixing "ignore" documentation to parse RST correctly. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@699 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/puppet') 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. -- cgit