Merge pull request #1389 from Security-Onion-Solutions/issue/1388

fix common salt package name for salt.master state for ubuntu
This commit is contained in:
Josh Patterson
2020-09-24 12:36:26 -04:00
committed by GitHub

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