From 1df4ea0e16ba78dc963b748cf6883b4473df0e52 Mon Sep 17 00:00:00 2001 From: Philip Marc Schwartz Date: Thu, 16 Jun 2016 10:19:04 -0400 Subject: [PATCH] Update pip provider to use openstack_pip provider Change-Id: I13f56014c09eae899517324bf303c11024f45baf Signed-off-by: Philip Marc Schwartz --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index bedc2db..c0feb17 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,7 +29,7 @@ class bandersnatch ( if ($bandersnatch_source == 'pip') { package { 'bandersnatch': ensure => 'present', - provider => 'pip', + provider => openstack_pip, } } else { vcsrepo { '/opt/bandersnatch':