Explorar el Código

Fixed YAML parsing On/Off as True/False

True and False are not correct values for apache config
master
Alexander Kozlov hace 9 años
padre
commit
57d11a1cf0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example Ver fichero

@@ -118,7 +118,7 @@ apache:

# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
keepalive: On
keepalive: 'On'

security:
# can be Full | OS | Minimal | Minor | Major | Prod

Cargando…
Cancelar
Guardar