mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
23 lines
401 B
YAML
23 lines
401 B
YAML
# -*- mode: yaml -*-
|
|
include:
|
|
- augeas
|
|
- gentoo.makeconf
|
|
- python
|
|
- uwsgi.pkg
|
|
|
|
uwsgi:
|
|
service.running:
|
|
- enable: True
|
|
- watch:
|
|
- pkg: www-servers/uwsgi
|
|
- pkg: python2
|
|
- pkg: python3
|
|
# TODO: more watch deps to restart on updates
|
|
- file: /etc/conf.d/uwsgi
|
|
- file: /etc/uwsgi.d/
|
|
|
|
uwsgi-reload:
|
|
service.running:
|
|
- name: uwsgi
|
|
- reload: True
|