From ca4564fc20eff3c7f1009aac94617a92f857d0d4 Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Nov 05 2022 12:27:54 +0000 Subject: Add universe-o-o to jekyll --- diff --git a/pillar/role/jekyll_master.sls b/pillar/role/jekyll_master.sls index 396fe20..7f30662 100644 --- a/pillar/role/jekyll_master.sls +++ b/pillar/role/jekyll_master.sls @@ -26,6 +26,9 @@ profile: get.opensuse.org: repo: https://github.com/openSUSE/get-o-o.git branch: main + universe.opensuse.org: + repo: https://github.com/openSUSE/universe-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 dcda655..d849613 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', 'get'] %} +{% set websites = ['news', 'planet', 'search', 'www', 'yast', '101', 'monitor', 'debuginfod', 'get', 'universe'] %} include: - role.common.nginx