diff --git a/modules/openstack_project/manifests/mirror.pp b/modules/openstack_project/manifests/mirror.pp index 334dc72c8f..57fe5fd792 100644 --- a/modules/openstack_project/manifests/mirror.pp +++ b/modules/openstack_project/manifests/mirror.pp @@ -63,6 +63,17 @@ class openstack_project::mirror ( ] } + # Create the symlink to Debian OpenStack Packaging Team reprepro. + file { "${www_root}/debian-openstack": + ensure => link, + target => "${mirror_root}/debian-openstack", + owner => root, + group => root, + require => [ + File["${www_root}"], + ] + } + # Create the symlink to epel file { "${www_root}/epel": ensure => link,