Skip to content

Commit 7a05a89

Browse files
author
Ashley Penney
committed
Add app_interface.
1 parent ebd231f commit 7a05a89

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

manifests/gunicorn.pp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@
4141
# Sergey Stankevich
4242
#
4343
define python::gunicorn (
44-
$ensure = present,
45-
$virtualenv = false,
46-
$mode = 'wsgi',
47-
$dir = false,
48-
$bind = false,
49-
$environment = false
44+
$ensure = present,
45+
$virtualenv = false,
46+
$mode = 'wsgi',
47+
$dir = false,
48+
$bind = false,
49+
$app_interface = 'wsgi',
50+
$environment = false,
5051
) {
5152

5253
# Parameter validation

0 commit comments

Comments
 (0)