This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
salt
/
openssh-formula
원본 프로젝트 :
ExternalMirrors/openssh-formula
보기
1
좋아요
0
포크
0
코드
릴리즈
0
Activity
소스 검색
Modifying OpenSSH formula service name on RedHat since it is called 'sshd', not 'ssh'
master
Mark Eggert
11 년 전
부모
92ac8a32aa
커밋
d35929876f
1개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+4
-0
openssh/init.sls
+ 4
- 0
openssh/init.sls
파일 보기
@@ -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…
취소
저장