From 49e3b06aa14395d6293c0125d0c73670b57560da Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Thu, 29 Oct 2015 13:27:07 -0500 Subject: [PATCH] Ensure isn't being respected on locations. --- manifests/resource/location.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/resource/location.pp b/manifests/resource/location.pp index 7a32514ba..22aab1bc0 100644 --- a/manifests/resource/location.pp +++ b/manifests/resource/location.pp @@ -380,6 +380,7 @@ $tmpFile=md5("${vhost_sanitized}-${priority}-${location_sanitized}") concat::fragment { $tmpFile: + ensure => $ensure_real, target => $config_file, content => join([ template('nginx/vhost/location_header.erb'), @@ -396,6 +397,7 @@ $sslTmpFile=md5("${vhost_sanitized}-${ssl_priority}-${location_sanitized}-ssl") concat::fragment { $sslTmpFile: + ensure => $ensure_real, target => $config_file, content => join([ template('nginx/vhost/location_header.erb'),