diff --git a/manifests/resource/location.pp b/manifests/resource/location.pp index d6783a3d2..876cb37cf 100644 --- a/manifests/resource/location.pp +++ b/manifests/resource/location.pp @@ -296,7 +296,7 @@ } ## Only create SSL Specific locations if $ssl is true. - if ($ssl == true) { + if ($ssl == true or $ssl_only == true) { $ssl_priority = $priority + 300 $sslTmpFile=md5("${vhost_sanitized}-${ssl_priority}-${location_sanitized}-ssl")