Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/puppet/type/tidy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@

newparam(:recurse) do
desc "If target is a directory, recursively descend
into the directory looking for files to tidy."
into the directory looking for files to tidy. Numeric values
specify a limit for the recursion depth, `true` means
unrestricted recursion."

newvalues(:true, :false, :inf, /^[0-9]+$/)

Expand Down