Typo fix for pip package URL

Change-Id: Id422816ae0a57de7476916f2e6b09eb5b5837715
This commit is contained in:
Oleksandr Martsyniuk 2015-10-02 17:45:00 +03:00
parent ade7a7abf2
commit d7bef0dfa1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class vmware_dvs(
ensure => present,
} ->
exec {'install-suds':
command => 'pip install -q -I github.com/yunesj/suds@8dc6ae334272930a548c45665117ecded54c5f60#egg=suds',
command => 'pip install -q -I git+git://github.com/yunesj/suds@8dc6ae334272930a548c45665117ecded54c5f60#egg=suds',
} ->
exec {'install-dvs':
command => 'pip install -q git+git://github.com/Mirantis/vmware-dvs.git@stable/kilo#egg=mech-vmware-dvs',