When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
# 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,
}
}