diff options
author | Mina Galić (deprecated: Igor Galić) <me+git@igalic.co> | 2020-05-27 21:11:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 14:11:58 -0500 |
commit | 8377897bdd1a88d4dc3b6456618231085c55af42 (patch) | |
tree | 2196b20f301516bf87595a406177c0596e277398 /config | |
parent | 289e314f90acdad477c72551b9315b5f23321fb8 (diff) | |
download | cloud-init-git-8377897bdd1a88d4dc3b6456618231085c55af42.tar.gz |
enable Puppet, Chef mcollective in default config (#385)
These config management things work on BSD, they also claim to work on all distros, so enabling them!
LP: #1880279
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl index e6f7a9a1..1bb97f83 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 |