Explorar el Código

Update mysqlnd.sls

The php extension is mysqlnd, not mysqld
tags/v0.34.0
Giuseppe Iannello hace 10 años
padre
commit
38f853c853
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      php/ng/mysqlnd.sls

+ 1
- 1
php/ng/mysqlnd.sls Ver fichero

@@ -1,2 +1,2 @@
{% set state = 'mysqld' %}
{% set state = 'mysqlnd' %}
{% include "php/ng/installed.jinja" %}

Cargando…
Cancelar
Guardar