We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fac3c9d + 75e3416 commit b8ff04cCopy full SHA for b8ff04c
lib/puppet/functions/capitalize.rb
@@ -16,7 +16,7 @@
16
# @example Capitalizing a String
17
# ```puppet
18
# 'hello'.capitalize()
19
-# upcase('hello')
+# capitalize('hello')
20
# ```
21
# Would both result in `"Hello"`
22
#
lib/puppet/type/tidy.rb
@@ -6,7 +6,7 @@
6
7
@doc = "Remove unwanted files based on specific criteria. Multiple
8
criteria are OR'd together, so a file that is too large but is not
9
- old enough will still get tidied.
+ old enough will still get tidied. Ignores managed resources.
10
11
If you don't specify either `age` or `size`, then all files will
12
be removed.
0 commit comments