diff options
-rw-r--r-- | theos/riot.sls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theos/riot.sls b/theos/riot.sls index d8add61..1736a0b 100644 --- a/theos/riot.sls +++ b/theos/riot.sls @@ -1,12 +1,12 @@ include: - nginx -riot-web: +element-web: pkg.installed config.json: file.managed: - - name: /etc/webapps/riot/config.json + - name: /etc/webapps/element/config.json - source: salt://theos/files/riot.config.json - require_in: - service: nginx_service |