This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
salt
/
apache-formula
원본 프로젝트 :
ExternalMirrors/apache-formula
보기
1
좋아요
0
포크
0
코드
릴리즈
0
Activity
소스 검색
Add uninstall state
master
Oleksandr Porunov
7 년 전
부모
3f3e734cd7
커밋
58e968916e
1개의 변경된 파일
과
11개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+11
-0
apache/uninstall.sls
+ 11
- 0
apache/uninstall.sls
파일 보기
@@ -0,0 +1,11 @@
{% from "apache/map.jinja" import apache with context %}
apache-uninstall:
service.dead:
- name: {{ apache.service }}
- enable: False
pkg.removed:
- pkgs:
- {{ apache.server }}
- require:
- service: apache-uninstall
Write
Preview
Loading…
취소
저장