Fix pypi jeepyb requirement collision.
Change-Id: Ib6b9413ce127434d3b0e69fd15aa314f492cb389 Reviewed-on: https://review.openstack.org/17311 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
eae0e69432
commit
8a64bb4540
@ -17,9 +17,11 @@ class pypimirror(
|
|||||||
include remove_nginx
|
include remove_nginx
|
||||||
include jeepyb
|
include jeepyb
|
||||||
|
|
||||||
|
if ! defined(Package['python-yaml']) {
|
||||||
package { 'python-yaml':
|
package { 'python-yaml':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
file { '/usr/local/mirror_scripts':
|
file { '/usr/local/mirror_scripts':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user