rename function to setupDnsAndCert

this way, we can reuse this logic for the mail domain as well
This commit is contained in:
Girish Ramakrishnan
2020-08-15 23:17:29 -07:00
parent f52037f305
commit c4101a62ed
5 changed files with 40 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ exports = module.exports = {
TASK_BACKUP: 'backup',
TASK_UPDATE: 'update',
TASK_RENEW_CERTS: 'renewcerts',
TASK_SETUP_DASHBOARD_DNS_AND_CERT: 'setupDashboardDnsAndCert',
TASK_SETUP_DNS_AND_CERT: 'setupDnsAndCert',
TASK_CLEAN_BACKUPS: 'cleanBackups',
TASK_SYNC_EXTERNAL_LDAP: 'syncExternalLdap',