Fixed cert name sanitized

This commit is contained in:
Lebedev Vadim 2014-04-11 19:47:19 +04:00
parent 24c93968b3
commit 819e92dd36

View file

@ -449,7 +449,7 @@ define nginx::resource::vhost (
}
#Generate ssl key/cert with provided file-locations
$cert = regsubst($name,' ','_')
$cert = regsubst($name,' ','_', 'G')
# Check if the file has been defined before creating the file to
# avoid the error when using wildcard cert on the multiple vhosts