type == 'site') { d()->site_enabled = true; drush_bootstrap(DRUSH_BOOTSTRAP_DRUPAL_SITE); } } function drush_provision_drupal_post_provision_enable() { if (d()->type == 'site') { d()->write_alias(); } }