Skip to content

Commit

Permalink
Merge pull request voxpupuli#357 from nalbion/feature/ssl_implied_by_…
Browse files Browse the repository at this point in the history
…ssl_only

$ssl implied by $ssl_only
  • Loading branch information
James Fryman committed Jun 24, 2014
2 parents f7ebdb1 + c4beb5f commit b277779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b277779

Please sign in to comment.