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