From 22fdec77a2b647ebafc07a6c821cf0b3494473ff Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 24 Mar 2015 12:50:29 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/pypi_mirror.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/pypi_mirror.pp b/modules/openstack_project/manifests/pypi_mirror.pp index bc5562ada4..cde1843089 100644 --- a/modules/openstack_project/manifests/pypi_mirror.pp +++ b/modules/openstack_project/manifests/pypi_mirror.pp @@ -43,7 +43,7 @@ class openstack_project::pypi_mirror ( } package { 'bandersnatch': - ensure => 'present', + ensure => 'latest', provider => 'pip', }