From 9ccb2fb522ee549775bdf0e987d64906635aa738 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 23 Nov 2017 14:10:02 +0100 Subject: [PATCH] Create publish space for SIGs under governance.o.o Create space for publication of the content from the upcoming openstack/governance-sigs repository under governance.o.o. Change-Id: I5d30976f00418b6d8002e5db86343fdb7459d32e --- modules/openstack_project/manifests/static.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index fa7035203c..dc051985a8 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -324,6 +324,7 @@ class openstack_project::static ( # Extra aliases and directories needed for vhost template: $governance_aliases = { '/election/' => '/srv/static/election/', + '/sigs/' => '/srv/static/sigs/', '/tc/' => '/srv/static/tc/', '/uc/' => '/srv/static/uc/', } @@ -338,6 +339,7 @@ class openstack_project::static ( $governance_directories = [ '/srv/static/election', '/srv/static/governance', + '/srv/static/sigs', '/srv/static/tc', '/srv/static/uc', ]