summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 18:54:45 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 18:54:45 +0200
commitc1386a8bd8125b47fe6feebeb1d6b63748ac8782 (patch)
tree5dbf9650ca69dd4d4813a3e87d6436f476b34d7c
parentAdd missing 's'. (diff)
downloadgunicorn-c1386a8bd8125b47fe6feebeb1d6b63748ac8782.tar.gz
gunicorn-c1386a8bd8125b47fe6feebeb1d6b63748ac8782.tar.xz
Instance require setup.
-rw-r--r--manifests/instance.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index 9915676..8e7904b 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -21,6 +21,7 @@ define gunicorn::instance (
Variant[String, Integer] $user = $gunicorn::setup::user,
Variant[String, Integer] $group = $gunicorn::setup::group,
) {
+ require gunicorn::setup
$options = {
'proc_name' => $instance_name,
'wsgi_app' => $app,