From: jbondpdx Date: Mon, 14 Dec 2015 21:35:23 +0000 (-0800) Subject: more carriage returns X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8fcefcfdb195c964b8fdd07b84378659598f2e1e;p=puppet-stdlib.git more carriage returns --- diff --git a/README.markdown b/README.markdown index 2f46c9f..221de6e 100644 --- a/README.markdown +++ b/README.markdown @@ -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]$')