From 8fcefcfdb195c964b8fdd07b84378659598f2e1e Mon Sep 17 00:00:00 2001 From: jbondpdx Date: Mon, 14 Dec 2015 13:35:23 -0800 Subject: more carriage returns --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]$') -- cgit v1.2.3