While working on https://github.com/stevector/template_mapper/pull/5 I found I needed to change the install profile being used. I know that drupal_ti has a mechanism to override functions like drupal_ti_install_drupal() however I could not get my overrides picked up. I'll work on solving that problem separately.
Instead, I forked drupal_ti and made a variable of the install profile. This PR is not ready to be merged yet because this variable needs a default value. I'm not sure of the best way to set that. Also if the variable is used here, it might belong in the drupal-7.sh file as well.
While working on https://github.com/stevector/template_mapper/pull/5 I found I needed to change the install profile being used. I know that drupal_ti has a mechanism to override functions like drupal_ti_install_drupal() however I could not get my overrides picked up. I'll work on solving that problem separately.
Instead, I forked drupal_ti and made a variable of the install profile. This PR is not ready to be merged yet because this variable needs a default value. I'm not sure of the best way to set that. Also if the variable is used here, it might belong in the drupal-7.sh file as well.