summaryrefslogtreecommitdiffstats
path: root/theos/riot.sls
blob: eb13836506517cc27ae3a3355a096d305b3d27b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include:
  - nginx

riot-web:
  pkg.installed: ~

config.json:
  file.managed:
    - name: /etc/webapps/riot/config.json
    - source: salt://theos/files/riot.config.json
    - require_in:
      - service: nginx_service
    - watch_in:
      - service: nginx_service