Skip to content

Commit 0678181

Browse files
committed
Removed pick for gunicorn_cfg
1 parent e2cd0db commit 0678181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/django.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
$default_gunicorn_cfg_path = "/etc/gunicorn-$title.conf.py"
4242

43-
$gunicorn_cfg_path = pick($gunicorn_cfg, '/etc/gunicorn-$title.conf.py')
4443
if $gunicorn_cfg {
4544
warning('Passing "gunicorn_cfg" to appdeploy::django is deprecated; please use the gunicorn parameter instead.')
4645
$gunicorn_cfg_path = $gunicorn_cfg

0 commit comments

Comments
 (0)