Skip to content

Commit

Permalink
Merge pull request #184 from abraham1901/patch-1
Browse files Browse the repository at this point in the history
Update vhost.pp
  • Loading branch information
James Fryman committed Nov 18, 2013
2 parents 6f87f1c + 5ee2f65 commit 0885412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
undef => "${nginx::params::nx_logdir}/ssl-${domain_log_name}.error.log",
default => $error_log,
}
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-700-ssl":
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-300-ssl":
ensure => $ensure ? {
'absent' => absent,
default => 'file',
Expand Down

0 comments on commit 0885412

Please sign in to comment.