Add a governance.openstack.org site for policies
This is the Apache vhost definition providing a place to host governance policy documents, which will be auto-published in a continuous fashion from files in the openstack/governance repo. Change-Id: I5df3dc0d8288840def27333d7b49a658c5c7e890
This commit is contained in:
parent
ff55bbcbfc
commit
c8073683fb
@ -217,6 +217,23 @@ class openstack_project::static (
|
||||
force => true,
|
||||
}
|
||||
|
||||
###########################################################
|
||||
# Governance
|
||||
|
||||
apache::vhost { 'governance.openstack.org':
|
||||
port => 80,
|
||||
priority => '50',
|
||||
docroot => '/srv/static/governance',
|
||||
require => File['/srv/static/governance'],
|
||||
}
|
||||
|
||||
file { '/srv/static/governance':
|
||||
ensure => directory,
|
||||
owner => 'jenkins',
|
||||
group => 'jenkins',
|
||||
require => User['jenkins'],
|
||||
}
|
||||
|
||||
###########################################################
|
||||
# Specs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user