more carriage returns
This commit is contained in:
parent
802e3adf16
commit
8fcefcfdb1
1 changed files with 1 additions and 2 deletions
|
@ -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')
|
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
|
Note: Compilation terminates if the first argument is not a string. Always use quotes to force stringification:
|
||||||
quotes to force stringification:
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
validate_re("${::operatingsystemmajrelease}", '^[57]$')
|
validate_re("${::operatingsystemmajrelease}", '^[57]$')
|
||||||
|
|
Loading…
Reference in a new issue