summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:01:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:01:57 +0200
commit6e6d9150fcd3e628fe7fef0d0323f3075c78cd88 (patch)
tree4d7c4718c3d363860c2f45939c54b5cbd1421eee
parentFix template parameters. (diff)
downloadgunicorn-6e6d9150fcd3e628fe7fef0d0323f3075c78cd88.tar.gz
gunicorn-6e6d9150fcd3e628fe7fef0d0323f3075c78cd88.tar.xz
Fix validate_cmd.
-rw-r--r--manifests/instance.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index 76a4539..d8c99fd 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -33,7 +33,7 @@ define gunicorn::instance (
file { "${gunicorn::setup::instance_dir}/${instance_name}.conf.pp":
content => epp("${module_name}/gunicorn.conf.py.epp", $options),
- validate_cmd => 'gunicorn --check-config',
+ validate_cmd => '/usr/bin/gunicorn --check-config %',
}
service { "gunicorn@${instance_name}":