https://github.com/dlax/patchwork-formula
A saltstack formula to install and configure a patchwork instance.
https://github.com/dlax/patchwork-formula
patchwork salt saltstack-formula
Last synced: 5 months ago
JSON representation
A saltstack formula to install and configure a patchwork instance.
- Host: GitHub
- URL: https://github.com/dlax/patchwork-formula
- Owner: dlax
- License: other
- Created: 2017-01-17T09:21:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T08:25:17.000Z (over 8 years ago)
- Last Synced: 2025-05-13T12:49:19.841Z (8 months ago)
- Topics: patchwork, salt, saltstack-formula
- Language: SaltStack
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/dlax/patchwork-formula.svg?branch=master
:target: https://travis-ci.org/dlax/patchwork-formula
=================
patchwork-formula
=================
A saltstack formula to install `patchwork`_.
Available states
================
.. contents::
:local:
``patchwork``
-------------
Includes `install`, `user` and `config` state files.
``patchwork.install``
---------------------
Installs a patchwork application.
``patchwork.user``
------------------
Setup a dedicated user for patchwork.
``patchwork.config``
--------------------
Deploy settings for the patchwork application and installs its `cron` job.
``patchwork.gunicorn``
----------------------
Install gunicorn, supervisor and nginx to serve the patchwork application.
``patchwork.dbsetup``
---------------------
Initialize database and static files for the patchwork application.
.. _patchwork: http://jk.ozlabs.org/projects/patchwork/