Add debian-openstack to AFS web mirrors

Change-Id: Ia4c3d41d209f7782baaa432ae36957eb4b90264c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-07-11 10:22:45 -04:00
parent 315bda1216
commit 1aba2377a6
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 11 additions and 0 deletions

View File

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