Merge "Create publish space for SIGs under governance.o.o"

This commit is contained in:
Zuul 2017-11-30 16:13:56 +00:00 committed by Gerrit Code Review
commit c021098356

View File

@ -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',
]