From 87ca25cd40bc66664ba30a4d0383f3877f7f6d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 3 May 2023 18:33:55 +0200 Subject: Configuration changes notify service. --- manifests/instance.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/instance.pp') diff --git a/manifests/instance.pp b/manifests/instance.pp index 3e7fb16..5905188 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -33,6 +33,7 @@ define gunicorn::instance ( file { "${gunicorn::setup::instance_dir}/${instance_name}.conf.py": content => epp("${module_name}/gunicorn.conf.py.epp", $options), + notify => Service["gunicorn@${instance_name}"], } service { "gunicorn@${instance_name}": -- cgit v1.2.3