removing wrong boolean quoting
This commit is contained in:
parent
8fcc6adbf9
commit
7f6acdf643
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ define nginx::resource::vhost(
|
||||||
}
|
}
|
||||||
|
|
||||||
# Create SSL File Stubs if SSL is enabled
|
# Create SSL File Stubs if SSL is enabled
|
||||||
if ($ssl == true) {
|
if ($ssl) {
|
||||||
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-700-ssl":
|
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-700-ssl":
|
||||||
ensure => $ensure ? {
|
ensure => $ensure ? {
|
||||||
'absent' => absent,
|
'absent' => absent,
|
||||||
|
|
Loading…
Reference in a new issue