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