From 19990888eda3977bd6d6151901d3ddaa372e79cc Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 28 Aug 2020 22:12:49 +0200 Subject: Fix riot after element rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- theos/riot.sls | 4 ++-- 1 file 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 -- cgit v1.2.3-54-g00ecf