summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 18:33:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 18:33:55 +0200
commit87ca25cd40bc66664ba30a4d0383f3877f7f6d90 (patch)
tree2aafba1b62ceee9d2218bbfb6f83f93ced8f5be1
parents/pp/py/g (diff)
downloadgunicorn-master.tar.gz
gunicorn-master.tar.xz
Configuration changes notify service.HEADmaster
-rw-r--r--manifests/instance.pp1
1 files changed, 1 insertions, 0 deletions
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}":