diff --git a/manifests/install.pp b/manifests/install.pp index b0d41e1..eb03a84 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -375,6 +375,7 @@ } file { '/etc/gunicorn-conf.py' : ensure => 'file', + replace => true, source => "${guconf}" #'puppet:///modules/marsnat/nginx/gunicorn-conf.py', } # BOUNCE: supervisorctl restart nginx