summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gunicorn.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gunicorn.pp b/tests/gunicorn.pp
index c081fd6..c32ea1a 100644
--- a/tests/gunicorn.pp
+++ b/tests/gunicorn.pp
@@ -11,4 +11,5 @@ python::gunicorn { 'vhost':
dir => '/var/www/project1/current',
bind => 'unix:/tmp/gunicorn.socket',
environment => 'prod',
+ template => 'python/gunicorn.erb',
}