Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Created January 27, 2009 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnasrat/53236 to your computer and use it in GitHub Desktop.
Save pnasrat/53236 to your computer and use it in GitHub Desktop.
diff --git a/lib/puppet/type/tidy.rb b/lib/puppet/type/tidy.rb
index a0b0fbe..2b2aadc 100755
--- a/lib/puppet/type/tidy.rb
+++ b/lib/puppet/type/tidy.rb
@@ -20,7 +20,7 @@ Puppet::Type.newtype(:tidy) do
end
newparam(:matches) do
- desc "One or more (shell type) file glob patterns, which restrict
+ desc %q{One or more (shell type) file glob patterns, which restrict
the list of files to be tidied to those whose basenames match
at least one of the patterns specified. Multiple patterns can
be specified using an array.
@@ -38,7 +38,7 @@ Puppet::Type.newtype(:tidy) do
Note that the patterns are matched against the
basename of each file -- that is, your glob patterns should not
have any '/' characters in them, since you're only specifying
- against the last bit of the file."
+ against the last bit of the file.}
# Make sure we convert to an array.
munge do |value|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment