From dbfd559052e689f911ba7b60ebdf7f864aea0377 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 8 Jan 2018 16:34:00 +0000 Subject: [PATCH] Revert "Remove python-six on centos" It seems after 7.4 point release, python-six is used my other packages beside cloud-init (specifically libstoragemgmt). For now, revert so we can get puppet working again. Then start discussions on creating DIB images for control plane servers. This reverts commit 5c956c5995af63c5757084af7dcc43f4bc47c280. Change-Id: Iff7723b24eaa9aed207efd330fc0ae756020a072 --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index ddd7156..9d3c86a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -57,7 +57,6 @@ class jeepyb ( $remove_packages = [ 'python-paramiko', - 'python-six', ] package { $remove_packages: