The initial release of this module was created as a proof of concept. It enables the CiviVolunteer extension by hardcoding that into .install. Ideally this module would pull an array of extensions from the distribution and loop through that so that the same module can be used for multiple distributions.
Comments
Comment #1
totten commentedSo something like this pseudocode -- https://gist.github.com/totten/54d42961903889869510 ?
Comment #2
kreynen commentedIf we use the .info of the profile, this can be even simpler by only checking the info of the active profile.
By adding lines after the dependencies of .info like...
$info will return an array that looks something like...