Update pip provider to use openstack_pip provider

Change-Id: I9fcfe12a2aecb99be0dd36e6a5a57e45f56533ca
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-16 13:00:03 -04:00
parent 173da20679
commit 5bb58dc4d7
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class github(
if ! defined(Package['PyGithub']) {
package { 'PyGithub':
ensure => latest, # okay to use latest for pip
provider => pip,
provider => openstack_pip,
require => Class['pip'],
}
}