mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 00:48:02 +01:00
changed salt-master package to salt-master
This commit is contained in:
parent
76684f638d
commit
b9d2e2f9d4
@ -1,7 +1,7 @@
|
|||||||
salt-master:
|
salt-master:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
{% if grains['os_family'] in ['RedHat', 'Debian'] %}
|
{% if grains['os_family'] in ['RedHat', 'Debian'] %}
|
||||||
- name: salt-minion
|
- name: salt-master
|
||||||
{% else %}
|
{% else %}
|
||||||
- name: salt
|
- name: salt
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user