From 503964296cfb83fac0b80df9b76e4d0f43977771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mina=20Gali=C4=87=20=28deprecated=3A=20Igor=20Gali=C4=87?= =?UTF-8?q?=29?= Date: Sat, 23 May 2020 08:47:53 +0200 Subject: [PATCH] enable Puppet, Chef mcollective in default config these config management things work on BSD, they also claim to work on all distros, so enabling them! ref: https://bugs.launchpad.net/cloud-init/+bug/1880279 --- config/cloud.cfg.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl index e6f7a9a1f39..1bb97f8370b 100644 --- a/config/cloud.cfg.tmpl +++ b/config/cloud.cfg.tmpl @@ -125,11 +125,9 @@ cloud_final_modules: {% if variant in ["ubuntu", "unknown"] %} - ubuntu-drivers {% endif %} -{% if variant not in ["freebsd", "netbsd"] %} - puppet - chef - mcollective -{% endif %} - salt-minion - rightscale_userdata - scripts-vendor