When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
# Class puppi::helpers
#
# A class that defines all the default helpers used by Example42
# modules
#
# == Usage
# Automatically included by Puppi
#
class puppi::helpers {
# Standard helper for Example42 modules
puppi::helper { 'standard':
template => 'puppi/helpers/standard.yml.erb',
}
}