summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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