]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
more carriage returns
authorjbondpdx <jean@puppetlabs.com>
Mon, 14 Dec 2015 21:35:23 +0000 (13:35 -0800)
committerjbondpdx <jean@puppetlabs.com>
Mon, 14 Dec 2015 21:35:23 +0000 (13:35 -0800)
README.markdown

index 2f46c9f132a2f6c94af6e7515bc38b0befcc7618..221de6ed912c32696cc88acb8eaa096c502cf10d 100644 (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]$')