From 5c956c5995af63c5757084af7dcc43f4bc47c280 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 20 Sep 2017 14:41:14 -0500 Subject: [PATCH] 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 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 9d3c86a..ddd7156 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -57,6 +57,7 @@ class jeepyb ( $remove_packages = [ 'python-paramiko', + 'python-six', ] package { $remove_packages: