Saltstack Official Apache Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
249B

  1. {% from "apache/map.jinja" import apache with context %}
  2. apache-uninstall:
  3. service.dead:
  4. - name: {{ apache.service }}
  5. - enable: False
  6. pkg.removed:
  7. - pkgs:
  8. - {{ apache.server }}
  9. - require:
  10. - service: apache-uninstall