From c7cb0d8b1b022573caa8636ff707d07844d00d55 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Jul 27 2020 00:58:55 +0000 Subject: Add get-o-o to the jekyll server --- 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