- First implementation of filter for languages.
- Language is now an array in the document
- various corrections linked to the above change
- Simplify the IndexDocumet loop
# Private class: See README.md
class mysql::bindings::php {
package { 'php-mysql':
ensure => $mysql::bindings::php_package_ensure,
install_options => $mysql::bindings::install_options,
name => $mysql::bindings::php_package_name,
provider => $mysql::bindings::php_package_provider,
}
}