more carriage returns

This commit is contained in:
jbondpdx 2015-12-14 13:35:23 -08:00
parent 802e3adf16
commit 8fcefcfdb1

View file

@ -1142,8 +1142,7 @@ test, and the second argument should be a stringified regular expression (withou
validate_re($::puppetversion, '^2.7', 'The $puppetversion fact value does not match 2.7')
~~~
Note: Compilation terminates if the first argument is not a string. Always use
quotes to force stringification:
Note: Compilation terminates if the first argument is not a string. Always use quotes to force stringification:
~~~
validate_re("${::operatingsystemmajrelease}", '^[57]$')