Ensure the latest version of bandersnatch

Bandersnatch and pypi.python.org work together to ensure that they are
up to date with each others protocol changes. To make sure our mirrors
don't suddenly stop working due to a pypi update ensure we have the
latest bandersnatch at all times to accomodate pypi changes.

Change-Id: Ibb4d628e3c5df2805c0ea0687262350e638ef367
This commit is contained in:
Clark Boylan 2015-03-24 12:50:29 -07:00
parent dd3563b4b2
commit 22fdec77a2

View File

@ -43,7 +43,7 @@ class openstack_project::pypi_mirror (
}
package { 'bandersnatch':
ensure => 'present',
ensure => 'latest',
provider => 'pip',
}