diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-08-28 22:12:49 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-08-28 22:14:36 +0200 |
commit | 19990888eda3977bd6d6151901d3ddaa372e79cc (patch) | |
tree | e61f2238d7e5752f1ac8d288300a17408b45ba1d /theos | |
parent | 0fae8c09bccb3c4b8dcce1ba33532765dd71fda9 (diff) | |
download | file-19990888eda3977bd6d6151901d3ddaa372e79cc.tar.xz |
Fix riot after element rename
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'theos')
-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 |