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
fixed the name of the service that the openssh config is watched by
tags/v0.41.0
Kenny Do
11 years ago
parent
af3e86a73d
commit
dc53d0c295
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
openssh/config.sls
+ 1
- 1
openssh/config.sls
View File
@@ -8,5 +8,5 @@ sshd_config:
- name: {{ openssh.sshd_config }}
- source: {{ openssh.sshd_config_src }}
- watch_in:
- service:
{{
openssh
.service }}
- service: openssh
Write
Preview
Loading…
Cancel
Save