salt.master: add ldap + completion packages
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

- python-ldap is needed for authenticating with the API
- shell completions are useful :-)

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-27 20:59:00 +01:00
parent 570522176a
commit f4b253a1cf
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -44,9 +44,12 @@ salt_master_formulas:
salt_master_extra_packages:
pkg.installed:
- names:
- python3-ldap
- python3-pynetbox
- python3-redis
- redis
- salt-bash-completion
- salt-fish-completion
- watch_in:
- service: salt-master