summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDominic Schlegel <dominic.schlegel@hostpoint.ch>2018-03-08 12:13:38 +0100
committerChad Smith <chad.smith@canonical.com>2018-03-08 12:13:38 +0100
commit1e2e810f3f7cb6a163a0229ac37037e8c6744d72 (patch)
tree28ce30387ae95f3b947174ed31024e0dc4f8ac6a /config
parentf9f7ffd7156db28391c006d3ac7685fa6c5afbdd (diff)
downloadvyos-cloud-init-1e2e810f3f7cb6a163a0229ac37037e8c6744d72.tar.gz
vyos-cloud-init-1e2e810f3f7cb6a163a0229ac37037e8c6744d72.zip
Make salt minion module work on FreeBSD.
Previously the module was not working under FreeBSD due to a different package name and some different paths. The module now has OS specific default values which can even be customized via corresponding cloud config variables. LP: #1721503
Diffstat (limited to 'config')
-rw-r--r--config/cloud.cfg.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index fad11847..cf2e2409 100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -113,9 +113,9 @@ cloud_final_modules:
{% if variant not in ["freebsd"] %}
- puppet
- chef
- - salt-minion
- mcollective
{% endif %}
+ - salt-minion
- rightscale_userdata
- scripts-vendor
- scripts-per-once