module-nginx/manifests/resource
Sebastian Schmidt c78ee8c551 fix location sanitizing with parser 'future'
With parser 'future', a '\\' counts as one backslash whereas with
parser 'current' it's two. Therefore with 'future' only one gets passed
to regsubst which in turn aborts with

 Error: regsubst(): Bad regular expression `\'

The 'future' behaviour is indeed the correct one but 'current' won't be
fixed either. Therefore, use "\\\\" which produces two backslashes with
both parser (ref: https://tickets.puppetlabs.com/browse/PUP-1814).
2014-05-05 17:07:41 +02:00
..
location.pp fix location sanitizing with parser 'future' 2014-05-05 17:07:41 +02:00
mailhost.pp Remove trailing whitespaces 2014-04-11 20:04:24 +04:00
upstream.pp Merge pull request #171 from thomasbiddle/upstream_fail_timeout 2014-01-28 12:57:14 -08:00
vhost.pp Introduced log_by_lua and log_by_lua_file params. 2014-04-18 11:57:31 +02:00