mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user