Skip to content

Commit

Permalink
$ssl is implied by $ssl_only
Browse files Browse the repository at this point in the history
(I'm too lazy to add ssl=true AND ssl_only=true to each location)
  • Loading branch information
Nick Albion authored and Nick Albion committed Jun 24, 2014
1 parent 4f84405 commit c4beb5f
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 @@ -270,7 +270,7 @@
} else {
$content_real = template('nginx/vhost/vhost_location_empty.erb')
}

if $fastcgi != undef and !defined(File[$fastcgi_params]) {
file { $fastcgi_params:
ensure => present,
Expand Down

0 comments on commit c4beb5f

Please sign in to comment.