From 412437fa3c0821bf657c758cdae5c89ac76c05b4 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Dec 11 2022 21:38:49 +0000 Subject: Merge branch 'hellcp/fuel-ignition' into production This is a manual merge of https://gitlab.infra.opensuse.org/infra/salt/-/merge_requests/593 --- diff --git a/pillar/role/static_master.sls b/pillar/role/static_master.sls index 1a176c0..dde36da 100644 --- a/pillar/role/static_master.sls +++ b/pillar/role/static_master.sls @@ -46,6 +46,9 @@ profile: community.opensuse.org/meetings: repo: https://github.com/openSUSE/meetings-archives.git branch: main + ignite.opensuse.org: + repo: https://github.com/openSUSE/fuel-ignition.git + branch: gh-pages server_list: - narwal4.infra.opensuse.org - narwal5.infra.opensuse.org diff --git a/pillar/role/web_static.sls b/pillar/role/web_static.sls index d9c1f8d..3032d8a 100644 --- a/pillar/role/web_static.sls +++ b/pillar/role/web_static.sls @@ -1,4 +1,4 @@ -{% set websites = ['html5test', 'people', 'shop', 'static', 'studioexpress', 'lizards', 'www', 'community'] %} +{% set websites = ['html5test', 'people', 'shop', 'static', 'studioexpress', 'lizards', 'www', 'community', 'ignite'] %} include: - role.common.nginx