You are here

function self_signed_provision_services in Aegir HTTPS 7.3

Implements hook_provision_services().

Ensure our classes are loaded early enough to instantiate the Provision services.

File

submodules/self_signed/drush/self_signed.drush.inc, line 32
A SelfSigned implementation of the Certificate service for the Provision API.

Code

function self_signed_provision_services() {
  self_signed_provision_register_autoload();
}