From f4b253a1cf9c97b88ea412e265c94042774029df Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 27 Jan 2023 20:59:00 +0100 Subject: salt.master: add ldap + completion packages - python-ldap is needed for authenticating with the API - shell completions are useful :-) Signed-off-by: Georg Pfuetzenreuter --- salt/profile/salt/master.sls | 3 +++ 1 file changed, 3 insertions(+) (limited to 'salt') 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 -- cgit v1.2.3