Remove python-six on centos
This results in the removal of cloud-init, which is not used by anything in Infra land. Should this cause further issues, this module should be reworked to install jeepyb into a virtualenv instead. Change-Id: I24b4ce816e442a273d244b6bcb66a29c198d7c86
This commit is contained in:
parent
387701d1dd
commit
5c956c5995
@ -57,6 +57,7 @@ class jeepyb (
|
|||||||
|
|
||||||
$remove_packages = [
|
$remove_packages = [
|
||||||
'python-paramiko',
|
'python-paramiko',
|
||||||
|
'python-six',
|
||||||
]
|
]
|
||||||
|
|
||||||
package { $remove_packages:
|
package { $remove_packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user