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
add platform logic for pkg install
tags/v0.37.4
Ryan Richard
hace 11 años
padre
916b4ace9b
commit
a287922545
Se han
modificado 1 ficheros
con
6 adiciones
y
3 borrados
Dividir vista
Mostrar estadísticas de diff
+6
-3
apache/init.sls
+ 6
- 3
apache/init.sls
Ver fichero
@@ -1,7 +1,10 @@
apache2:
pkg:
{% if grains['os_family'] == 'Debian' %}
pkg:
- installed
service:
{% endif %}
service:
- running
- endable: True
- require:
- pkg: apache2
- pkg: apache2
Escribir
Vista previa
Cargando…
Cancelar
Guardar