This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
openssh-formula
mirror of
https://github.com/saltstack-formulas/openssh-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
27
Wiki
Activity
Browse Source
Merge pull request
#2
from brandonparsons/patch-1
Specify the service name for ssh
tags/v0.41.0
Seth House
11 years ago
parent
ebc959cf54
90ce0d262f
commit
244becf041
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
openssh/init.sls
+ 1
- 0
openssh/init.sls
View File
@@ -6,6 +6,7 @@ openssh:
{% endif %}
service.running:
- enable: True
- name: ssh
- require:
- pkg: openssh
- file: sshd_banner
Write
Preview
Loading…
Cancel
Save