Merge "Create space for governance.o.o/uc publication"

This commit is contained in:
Jenkins 2016-09-08 07:39:25 +00:00 committed by Gerrit Code Review
commit 07e4b3ce83

View File

@ -259,16 +259,18 @@ class openstack_project::static (
} }
########################################################### ###########################################################
# Governance & Election # Governance (TC and UC) & Election
# Extra aliases and directories needed for vhost template: # Extra aliases and directories needed for vhost template:
$governance_aliases = { $governance_aliases = {
'/election/' => '/srv/static/election/' '/election/' => '/srv/static/election/',
'/uc/' => '/srv/static/uc/',
} }
# One of these must also be the docroot # One of these must also be the docroot
$governance_directories = [ $governance_directories = [
'/srv/static/election', '/srv/static/election',
'/srv/static/governance', '/srv/static/governance',
'/srv/static/uc',
] ]
::httpd::vhost { 'governance.openstack.org': ::httpd::vhost { 'governance.openstack.org':