summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2020-08-28 22:12:49 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2020-08-28 22:14:36 +0200
commit19990888eda3977bd6d6151901d3ddaa372e79cc (patch)
treee61f2238d7e5752f1ac8d288300a17408b45ba1d
parent0fae8c09bccb3c4b8dcce1ba33532765dd71fda9 (diff)
downloadfile-19990888eda3977bd6d6151901d3ddaa372e79cc.tar.xz
Fix riot after element rename
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--theos/riot.sls4
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