diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index d2827482b9..9432238dd3 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -217,6 +217,23 @@ class openstack_project::static ( force => true, } + ########################################################### + # Security + + apache::vhost { 'security.openstack.org': + port => 80, + priority => '50', + docroot => '/srv/static/security', + require => File['/srv/static/security'], + } + + file { '/srv/static/security': + ensure => directory, + owner => 'jenkins', + group => 'jenkins', + require => User['jenkins'], + } + ########################################################### # Governance