function Provision_Config_Certificate_LetsEncrypt::unlink in Aegir HTTPS 7.3
Override the unlink method.
Overrides Provision_Config_Certificate::unlink
File
- submodules/
letsencrypt/ drush/ Provision/ Config/ Certificate/ LetsEncrypt.php, line 38
Class
- Provision_Config_Certificate_LetsEncrypt
- A configuration file class.
Code
function unlink() {
parent::unlink();
// Remove the config from a remote server if necessary.
$this->data['server']
->sync($this
->filename());
}