Update pip provider to use openstack_pip provider

Change-Id: I13f56014c09eae899517324bf303c11024f45baf
Signed-off-by: Philip Marc Schwartz <philip@progmad.com>
This commit is contained in:
Philip Marc Schwartz 2016-06-16 10:19:04 -04:00
parent aae5bb5a65
commit 1df4ea0e16
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class bandersnatch (
if ($bandersnatch_source == 'pip') {
package { 'bandersnatch':
ensure => 'present',
provider => 'pip',
provider => openstack_pip,
}
} else {
vcsrepo { '/opt/bandersnatch':