Skip to content

Commit

Permalink
Merge pull request #248 from joshuaspence/gunicorn
Browse files Browse the repository at this point in the history
Fix an issue with gunicorn
  • Loading branch information
Shiva Poudel committed Sep 17, 2015
2 parents fd3164b + daa2b9a commit 27e31c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Python::Virtualenv <| |> -> Python::Pip <| |>

if $python::manage_gunicorn {
if $python::gunicorn {
if $python::gunicorn != 'absent' {
Class['python::install'] -> Python::Gunicorn <| |>

Python::Gunicorn <| |> ~> Service['gunicorn']
Expand Down

0 comments on commit 27e31c2

Please sign in to comment.