This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
openssh-formula
forked from
ExternalMirrors/openssh-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Modifying OpenSSH formula service name on RedHat since it is called 'sshd', not 'ssh'
master
Mark Eggert
11 years ago
parent
92ac8a32aa
commit
d35929876f
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
openssh/init.sls
+ 4
- 0
openssh/init.sls
View File
@@ -6,7 +6,11 @@ openssh:
{% endif %}
service.running:
- enable: True
{% if grains['os_family'] == 'RedHat' %}
- name: sshd
{% else %}
- name: ssh
{% endif %}
- require:
- pkg: openssh
- file: sshd_banner
Write
Preview
Loading…
Cancel
Save