remove references to the common salt package

This commit is contained in:
m0duspwnens
2021-04-15 11:57:25 -04:00
parent 22edbcc111
commit 9d01387a04
2 changed files with 4 additions and 9 deletions

View File

@@ -1,17 +1,13 @@
{% from 'allowed_states.map.jinja' import allowed_states %}
{% if sls in allowed_states %}
{% from 'salt/map.jinja' import COMMON with context %}
include:
- salt.minion
salt_master_package:
pkg.installed:
- pkgs:
- {{ COMMON }}
- salt-master
- hold: True
hold_salt_master_package:
module.run:
- pkg.hold:
- 'salt-master'
salt_master_service:
service.running:

View File

@@ -1,4 +1,3 @@
{% from 'salt/map.jinja' import COMMON with context %}
{% from 'salt/map.jinja' import UPGRADECOMMAND with context %}
{% from 'salt/map.jinja' import SALTVERSION %}
{% from 'salt/map.jinja' import INSTALLEDSALTVERSION %}