This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
apache-formula
의 미러
https://github.com/saltstack-formulas/apache-formula.git
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
31
위키
Activity
소스 검색
add platform logic for pkg install
tags/v0.37.4
Ryan Richard
11 년 전
부모
916b4ace9b
커밋
a287922545
1개의 변경된 파일
과
6개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
변경상태 보기
+6
-3
apache/init.sls
+ 6
- 3
apache/init.sls
파일 보기
@@ -1,7 +1,10 @@
apache2:
pkg:
{% if grains['os_family'] == 'Debian' %}
pkg:
- installed
service:
{% endif %}
service:
- running
- endable: True
- require:
- pkg: apache2
- pkg: apache2
Write
Preview
Loading…
취소
저장