summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 21:34:03 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 21:34:03 +0100
commite63664bc1ccc540a45a1c4eea90a0f7ea482e406 (patch)
tree5d840a525154a666d66581d952f9331baf461ccb /tests
parent5477c34707d6d59b4e7fd0a77c87183b59c37e52 (diff)
python::gunicorn - added template parameter
The idea is to be able to use a different template, in case the one provided with the module doesn't fit the user's need.
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',
}