diff --git a/manifests/resource/location.pp b/manifests/resource/location.pp index c1b2c15e3..78429afcc 100644 --- a/manifests/resource/location.pp +++ b/manifests/resource/location.pp @@ -270,7 +270,7 @@ } else { $content_real = template('nginx/vhost/vhost_location_empty.erb') } - + if $fastcgi != undef and !defined(File[$fastcgi_params]) { file { $fastcgi_params: ensure => present,