function Provision_Config_Certificate_SelfSigned::write in Aegir HTTPS 7.3
Override the write method.
Overrides Provision_Config_Certificate::write
File
- submodules/
self_signed/ drush/ Provision/ Config/ Certificate/ SelfSigned.php, line 28
Class
- Provision_Config_Certificate_SelfSigned
- A configuration file class.
Code
function write() {
parent::write();
// Sync the config to a remote server if necessary.
$this->data['server']
->sync($this
->filename());
}