Merge pull request #496 from pizzaops/master
Remove colorful language from module.
This commit is contained in:
commit
d1f6c5c553
2 changed files with 2 additions and 2 deletions
|
@ -889,7 +889,7 @@ Validates that the first argument is an integer (or an array of integers). Abort
|
||||||
|
|
||||||
* Plus all of the above, but any combination of values passed as strings ('false' or "false").
|
* Plus all of the above, but any combination of values passed as strings ('false' or "false").
|
||||||
* Plus all of the above, but with incorrect combinations of negative integer values.
|
* Plus all of the above, but with incorrect combinations of negative integer values.
|
||||||
* Plus all of the above, but with non-integer crap in arrays or maximum / minimum argument.
|
* Plus all of the above, but with non-integer items in arrays or maximum / minimum argument.
|
||||||
|
|
||||||
*Type*: statement.
|
*Type*: statement.
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ module Puppet::Parser::Functions
|
||||||
|
|
||||||
Plus all of the above, but any combination of values passed as strings ('false' or "false").
|
Plus all of the above, but any combination of values passed as strings ('false' or "false").
|
||||||
Plus all of the above, but with incorrect combinations of negative integer values.
|
Plus all of the above, but with incorrect combinations of negative integer values.
|
||||||
Plus all of the above, but with non-integer crap in arrays or maximum / minimum argument.
|
Plus all of the above, but with non-integer items in arrays or maximum / minimum argument.
|
||||||
|
|
||||||
ENDHEREDOC
|
ENDHEREDOC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue