使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
apache-formula
镜像自地址
https://github.com/saltstack-formulas/apache-formula.git
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
31
百科
动态
浏览代码
Merge pull request
#171
from porunov/master
Add uninstall state
tags/v0.37.4
alxwr
7 年前
父节点
b003b82249
aba648965f
当前提交
7f6179365e
共有
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
撰写
预览
正在加载...
取消
保存