summaryrefslogtreecommitdiff
path: root/manifests/config.pp
AgeCommit message (Collapse)Author
2014-01-04Merging masterSergey Stankevich
2013-12-19Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.htmlNeil Saunders
2013-11-29Added manage_gunicorn flag.Daniel Lawrence
This will allow a user to stop the module from trying to do anything with gunicorn.
2013-03-11Resolve a cyclic dependencyNick Groenen
There was a dependency between python::virtualenv and python::requirements. Basically, the virtualenv wanted to initialize requirements, but requirements depended on the virtualenv being created already, resulting in: err: Could not apply complete catalog: Found 1 dependency cycle: (Exec[python_requirements_check_/usr/share/err/repo/requirements.txt] => Python::Requirements[/usr/share/err/repo/requirements.txt] => Exec[python_virtualenv_/usr/share/err/python3] => Python::Requirements[/usr/share/err/repo/requirements.txt] => Exec[python_requirements_check_/usr/share/err/repo/requirements.txt])
2012-09-09Initial importSergey Stankevich