Looking at the gunicorn.erb file, there are a handful of gunicorn arguments that are missing. My particular issue is the lack of the --access-logfile and --error-logfile parameters. I could define my own vhost file and start the gunicorn service manually but I'd like to use this puppet module if possible.
Here is a link to my pull request: #168
Looking at the gunicorn.erb file, there are a handful of gunicorn arguments that are missing. My particular issue is the lack of the --access-logfile and --error-logfile parameters. I could define my own vhost file and start the gunicorn service manually but I'd like to use this puppet module if possible.
Here is a link to my pull request: #168