summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:08:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:08:52 +0200
commit76a28cf530cc3e04659d67e701c86499e21b2f96 (patch)
tree41003265a5f5aece06474c96cdb3d61c2c4ad589
parentFix validate_cmd. (diff)
downloadgunicorn-76a28cf530cc3e04659d67e701c86499e21b2f96.tar.gz
gunicorn-76a28cf530cc3e04659d67e701c86499e21b2f96.tar.xz
Completely remove validation.
-rw-r--r--manifests/instance.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index d8c99fd..ce4adfa 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -32,8 +32,7 @@ define gunicorn::instance (
}
file { "${gunicorn::setup::instance_dir}/${instance_name}.conf.pp":
- content => epp("${module_name}/gunicorn.conf.py.epp", $options),
- validate_cmd => '/usr/bin/gunicorn --check-config %',
+ content => epp("${module_name}/gunicorn.conf.py.epp", $options),
}
service { "gunicorn@${instance_name}":