Added documentation for mysql::java.

This commit is contained in:
Michael Arnold 2012-04-23 21:48:32 -07:00
parent 0743faa6db
commit 86eec56118

View file

@ -46,6 +46,11 @@ Installs the mysql-client package.
class { 'mysql': }
### mysql::java
Installs mysql bindings for java.
class { 'mysql::java': }
### mysql::python
Installs mysql bindings for python.