Remove partial mirror from static.o.o
We don't use the partial mirror any more. Change-Id: I5baeb6fc7b7fc0c362dbb62db6c68019b6d6d85b
This commit is contained in:
parent
c818c6b264
commit
c7003b92e2
@ -208,10 +208,8 @@ class openstack_project::static (
|
|||||||
|
|
||||||
# Legacy pypi mirror
|
# Legacy pypi mirror
|
||||||
file { '/srv/static/mirror/web/openstack':
|
file { '/srv/static/mirror/web/openstack':
|
||||||
ensure => directory,
|
ensure => absent,
|
||||||
owner => 'jenkins',
|
force => true,
|
||||||
group => 'jenkins',
|
|
||||||
require => [User['jenkins'], File['/srv/static/mirror']],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user