From f6be079081d7ee8d347a87cdc15a4ee185f8ab7a Mon Sep 17 00:00:00 2001 From: David Nalley Date: Sun, 3 Mar 2013 01:28:10 -0500 Subject: [PATCH] Adding php bindings to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c4357054..90f715113 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ Installs the mysql-client package. Installs mysql bindings for java. class { 'mysql::java': } + +### mysql::php +Installs mysql bindings for php + + class { 'mysql::php': } ### mysql::python Installs mysql bindings for python.