diff options
author | Georg Pfuetzenreuter | 2023-01-27 20:59:00 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-27 20:59:00 +0100 |
commit | f4b253a1cf9c97b88ea412e265c94042774029df (patch) | |
tree | 0714e6f85da7a639f331d21c15dcd06cafc2ae06 /salt/profile | |
parent | 570522176a64ae79171689eb3d0858f6338c3662 (diff) | |
download | salt-f4b253a1cf9c97b88ea412e265c94042774029df.tar.gz salt-f4b253a1cf9c97b88ea412e265c94042774029df.tar.bz2 salt-f4b253a1cf9c97b88ea412e265c94042774029df.zip |
salt.master: add ldap + completion packages
- python-ldap is needed for authenticating with the API
- shell completions are useful :-)
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'salt/profile')
-rw-r--r-- | salt/profile/salt/master.sls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/salt/profile/salt/master.sls b/salt/profile/salt/master.sls index b647bb1..6ec51aa 100644 --- a/salt/profile/salt/master.sls +++ b/salt/profile/salt/master.sls @@ -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 |