Remove partial mirror from static.o.o

We don't use the partial mirror any more.

Change-Id: I5baeb6fc7b7fc0c362dbb62db6c68019b6d6d85b
This commit is contained in:
Monty Taylor 2014-09-05 13:19:31 -07:00 committed by Jeremy Stanley
parent c818c6b264
commit c7003b92e2

@ -208,10 +208,8 @@ class openstack_project::static (
# Legacy pypi mirror
file { '/srv/static/mirror/web/openstack':
ensure => directory,
owner => 'jenkins',
group => 'jenkins',
require => [User['jenkins'], File['/srv/static/mirror']],
ensure => absent,
force => true,
}
###########################################################