You are here

function Provision_Service_Certificate::parse_configs in Aegir HTTPS 7.3

Commonly something like running the restart_cmd or sending SIGHUP to a process.

File

submodules/certificate/drush/Provision/Service/Certificate.php, line 65

Class

Provision_Service_Certificate
The service type base class.

Code

function parse_configs() {
  return TRUE;
}