Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ExternalMirrors
/
apache-formula
réplica de
https://github.com/saltstack-formulas/apache-formula.git
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
0
Lanzamientos
31
Wiki
Actividad
Explorar el Código
Merge pull request
#171
from porunov/master
Add uninstall state
tags/v0.37.4
alxwr
hace 7 años
padre
b003b82249
aba648965f
commit
7f6179365e
Se han
modificado 1 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+11
-0
apache/uninstall.sls
+ 11
- 0
apache/uninstall.sls
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar