From 38f853c8539876bca017d161a540daca2e1cbc29 Mon Sep 17 00:00:00 2001 From: Giuseppe Iannello Date: Sat, 3 Jan 2015 20:05:47 +0100 Subject: [PATCH] Update mysqlnd.sls The php extension is mysqlnd, not mysqld --- php/ng/mysqlnd.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/ng/mysqlnd.sls b/php/ng/mysqlnd.sls index 90af175..844cc3e 100644 --- a/php/ng/mysqlnd.sls +++ b/php/ng/mysqlnd.sls @@ -1,2 +1,2 @@ -{% set state = 'mysqld' %} +{% set state = 'mysqlnd' %} {% include "php/ng/installed.jinja" %}