diff --git a/pillar/role/jekyll_master.sls b/pillar/role/jekyll_master.sls index bafd497..e3036c4 100644 --- a/pillar/role/jekyll_master.sls +++ b/pillar/role/jekyll_master.sls @@ -23,6 +23,9 @@ profile: repo: https://github.com/openSUSE/monitor-o-o.git debuginfod.opensuse.org: repo: https://github.com/openSUSE/debuginfod-o-o.git + get.opensuse.org: + repo: https://github.com/openSUSE/get-o-o.git + branch: main server_list: - jekyll.infra.opensuse.org ssh_known_hosts: | diff --git a/pillar/role/web_jekyll.sls b/pillar/role/web_jekyll.sls index def221d..3359943 100644 --- a/pillar/role/web_jekyll.sls +++ b/pillar/role/web_jekyll.sls @@ -1,4 +1,4 @@ -{% set websites = ['news', 'planet', 'search', 'www', 'yast', '101', 'monitor', 'debuginfod'] %} +{% set websites = ['news', 'planet', 'search', 'www', 'yast', '101', 'monitor', 'debuginfod', 'get'] %} include: - role.common.nginx