From 88ba9e9da22c1c370cc28186cdd55f6f4f64d95f Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Feb 05 2020 11:21:12 +0000 Subject: Add search-o-o to the jekyll pillar --- diff --git a/pillar/role/jekyll_master.sls b/pillar/role/jekyll_master.sls index 1321fbe..92db65f 100644 --- a/pillar/role/jekyll_master.sls +++ b/pillar/role/jekyll_master.sls @@ -10,6 +10,8 @@ profile: repo: https://github.com/openSUSE/news-o-o.git planet.opensuse.org: repo: https://github.com/openSUSE/planet-o-o.git + search.opensuse.org: + repo: https://github.com/openSUSE/search-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 9df8168..d2bdc1d 100644 --- a/pillar/role/web_jekyll.sls +++ b/pillar/role/web_jekyll.sls @@ -1,4 +1,4 @@ -{% set websites = ['news', 'planet'] %} +{% set websites = ['news', 'planet', 'search'] %} include: - role.common.nginx