summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba4b766..65cd391 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@ Manages Gunicorn virtual hosts.
**environment** — Set ENVIRONMENT variable. Default: none
+**template** — Which ERB template to use. Default: python/gunicorn.erb
+
python::gunicorn { 'vhost':
ensure => present,
virtualenv => '/var/www/project1',
@@ -97,6 +99,7 @@ Manages Gunicorn virtual hosts.
dir => '/var/www/project1/current',
bind => 'unix:/tmp/gunicorn.socket',
environment => 'prod',
+ template => 'python/gunicorn.erb',
}
## Authors