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:
Monty Taylor 2017-09-20 14:41:14 -05:00
parent 387701d1dd
commit 5c956c5995
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class jeepyb (
$remove_packages = [
'python-paramiko',
'python-six',
]
package { $remove_packages: