module-nginx/manifests
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
..
package Remove trailing whitespaces 2014-04-11 20:04:24 +04:00
resource fix location sanitizing with parser 'future' 2014-05-05 17:07:41 +02:00
config.pp Merge pull request #282 from genehand/master 2014-04-06 09:42:49 -05:00
init.pp Added nginx::resource::mailhost to be configured via hiera 2014-04-08 00:36:36 +02:00
package.pp Update package.pp 2014-03-27 16:52:12 -05:00
params.pp Update params.pp 2014-03-27 16:52:26 -05:00
service.pp Fixed lint errors 2014-03-30 21:23:43 +10:00