From cd459b6510699ee662a076cc1576428b5f7bb822 Mon Sep 17 00:00:00 2001 From: Peter P Date: Fri, 12 Mar 2021 10:08:09 -0700 Subject: [PATCH] setting replace on gunicorn-conf file so puppet will pickup changes --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) 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