diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index 5916bb1..42f2622 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -123,7 +123,9 @@ default: { } } - concat { $file_real: } + concat { $file_real: + ensure => $ensure, + } # Add IPv6 Logic Check - Nginx service will not start if ipv6 is enabled # and support does not exist for it in the kernel.