diff options
author | jbondpdx <jean@puppetlabs.com> | 2015-12-14 13:35:23 -0800 |
---|---|---|
committer | jbondpdx <jean@puppetlabs.com> | 2015-12-14 13:35:23 -0800 |
commit | 8fcefcfdb195c964b8fdd07b84378659598f2e1e (patch) | |
tree | deed51707ab9f4a1128a2bf2bc0800477cc55886 | |
parent | 802e3adf1660bfa9ea8bdf388cc6ea5b08d79bde (diff) | |
download | puppet-stdlib-8fcefcfdb195c964b8fdd07b84378659598f2e1e.tar.gz puppet-stdlib-8fcefcfdb195c964b8fdd07b84378659598f2e1e.tar.bz2 |
more carriage returns
-rw-r--r-- | README.markdown | 3 |
1 files changed, 1 insertions, 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]$') |