From 6e6d9150fcd3e628fe7fef0d0323f3075c78cd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Apr 2023 19:01:57 +0200 Subject: Fix validate_cmd. --- manifests/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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}": -- cgit v1.2.3