fix common salt package name for salt.master state for ubuntu - https://github.com/Security-Onion-Solutions/securityonion/issues/1388

This commit is contained in:
m0duspwnens
2020-09-24 11:26:58 -04:00
parent 62dbe425a6
commit d9005c157d

View File

@@ -1,3 +1,5 @@
{% from 'salt/map.jinja' import COMMON with context %}
{% set show_top = salt['state.show_top']() %}
{% set top_states = show_top.values() | join(', ') %}
@@ -9,7 +11,7 @@ include:
salt_master_package:
pkg.installed:
- pkgs:
- salt
- {{ COMMON }}
- salt-master
- hold: True