Browse Source

Update mysqlnd.sls

The php extension is mysqlnd, not mysqld
tags/v0.34.0
Giuseppe Iannello 10 years ago
parent
commit
38f853c853
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/ng/mysqlnd.sls

+ 1
- 1
php/ng/mysqlnd.sls View File

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

Loading…
Cancel
Save