cdist-contrib/type/__netbox_uwsgi
matze dd167f075d __netbox*: fix service restart order
Cause of corrupt databases if the services are restarted incorrectly,
the order and dependencies are adjusted. Now, the `netbox-rq` service
will be included in restarts of `netbox` and required for the WSGI
servers that it must running.

For these changes, the restart command of `__netbox` was adjusted. The
other ones where edited too, to use the same command.

All services now require redis and postgresql to be started before them
to prevent any start order issues.

If someone asked for what the RQ worker is required, see here:
 https://netbox.readthedocs.io/en/stable/additional-features/webhooks/#webhook-processing
2020-09-09 19:08:46 +02:00
..
explorer __netbox_uwsgi: new type to handle uwsgi for netbox 2020-08-27 19:46:09 +02:00
files __netbox*: fix service restart order 2020-09-09 19:08:46 +02:00
parameter __netbox_{gunicorn,uwsgi}: add state parameter 2020-09-06 13:44:03 +02:00
gencode-remote __netbox*: fix service restart order 2020-09-09 19:08:46 +02:00
man.rst __netbox_{gunicorn,uwsgi}: add state parameter 2020-09-06 13:44:03 +02:00
manifest __netbox_{gunicorn,uwsgi}: add state parameter 2020-09-06 13:44:03 +02:00
singleton __netbox_uwsgi: mark as singleton 2020-09-05 11:26:15 +02:00