Update pip provider to use openstack_pip provider

Change-Id: Ifdf3a2ac1d40ba93777ae9c0ae9de863cabdcb46
Signed-off-by: Philip Marc Schwartz <philip@progmad.com>
This commit is contained in:
Philip Marc Schwartz 2016-06-16 10:18:54 -04:00
parent c6c51f90f1
commit 1991e4e045
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class ansible (
package { 'ansible':
ensure => '2.0.2.0',
provider => pip,
provider => openstack_pip,
}
if ! defined(File['/etc/ansible']) {