Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
salt
/
apache-formula
forkeado de
ExternalMirrors/apache-formula
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Merge pull request
#87
from inventage/master
Set vhost sites as enabled by default
master
Forrest
hace 9 años
padre
84519a6aea
ea065e3413
commit
c0a4041310
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
apache/vhosts/standard.sls
+ 1
- 1
apache/vhosts/standard.sls
Ver fichero
@@ -30,7 +30,7 @@ include:
{% endif %}
{% if grains.os_family == 'Debian' %}
{% if site.get('enabled') %}
{% if site.get('enabled'
, True
) %}
a2ensite {{ id }}{{ apache.confext }}:
cmd:
- run
Escribir
Vista previa
Cargando…
Cancelar
Guardar