Add debian-openstack to AFS web mirrors
Change-Id: Ia4c3d41d209f7782baaa432ae36957eb4b90264c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
315bda1216
commit
1aba2377a6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user