This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
old-salt-formula
mirror of
https://github.com/saltstack-formulas/salt-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
68
Wiki
Activity
Browse Source
changed salt-master package to salt-master
tags/v0.57.0
Kenneth Wilke
11 years ago
parent
76684f638d
commit
b9d2e2f9d4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
salt/master.sls
+ 1
- 1
salt/master.sls
View File
@@ -1,7 +1,7 @@
salt-master:
pkg.installed:
{% if grains['os_family'] in ['RedHat', 'Debian'] %}
- name: salt-m
inion
- name: salt-m
aster
{% else %}
- name: salt
{% endif %}
Write
Preview
Loading…
Cancel
Save