This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
apache-formula
의 미러
https://github.com/saltstack-formulas/apache-formula.git
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
31
위키
Activity
소스 검색
use test -f instead of ls
tags/v0.37.4
Vincent Fretin
10 년 전
부모
18d8c0c0fb
커밋
0aec048eaf
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
+1
-1
apache/vhosts/standard.sls
+ 1
- 1
apache/vhosts/standard.sls
파일 보기
@@ -24,7 +24,7 @@ include:
a2ensite {{ id }}:
cmd:
- run
- unless:
ls
/etc/apache2/sites-enabled/{{ id }}
- unless:
test -f
/etc/apache2/sites-enabled/{{ id }}
- require:
- file: {{ id }}
- watch_in:
Write
Preview
Loading…
취소
저장