diff --git a/pillar/role/jekyll_master.sls b/pillar/role/jekyll_master.sls index 08eba4b..bafd497 100644 --- a/pillar/role/jekyll_master.sls +++ b/pillar/role/jekyll_master.sls @@ -21,6 +21,8 @@ profile: branch: gh-pages monitor.opensuse.org: repo: https://github.com/openSUSE/monitor-o-o.git + debuginfod.opensuse.org: + repo: https://github.com/openSUSE/debuginfod-o-o.git server_list: - jekyll.infra.opensuse.org ssh_known_hosts: | diff --git a/pillar/role/web_jekyll.sls b/pillar/role/web_jekyll.sls index 800e0ef..def221d 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'] %} +{% set websites = ['news', 'planet', 'search', 'www', 'yast', '101', 'monitor', 'debuginfod'] %} include: - role.common.nginx