When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
## Default mods
# Base class. Declares default vhost on port 80 and default ssl
# vhost on port 443 listening on all interfaces and serving
# $apache::docroot, and declaring our default set of modules.
class { 'apache':
default_mods => true,
}