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…
取消
儲存