removing wrong boolean quoting

This commit is contained in:
do 2013-04-13 13:50:40 +02:00
parent 8fcc6adbf9
commit 7f6acdf643

View file

@ -137,7 +137,7 @@ define nginx::resource::vhost(
}
# Create SSL File Stubs if SSL is enabled
if ($ssl == true) {
if ($ssl) {
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-700-ssl":
ensure => $ensure ? {
'absent' => absent,