You are here

function hosting_db_server_hosting_service in Hostmaster (Aegir) 6

Implementation of hook_hosting_service().

File

modules/hosting/db_server/hosting_db_server.module, line 10
Allow Hostmaster to configure database servers.

Code

function hosting_db_server_hosting_service() {
  return array(
    'mysql' => 'db',
  );
}