mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
remove old TODO
This commit is contained in:
@@ -693,7 +693,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
||||
|
||||
# Reload augeas to take into account the new vhost
|
||||
self.aug.load()
|
||||
#TODO: add line to write vhost name
|
||||
# Get Vhost augeas path for new vhost
|
||||
vh_p = self.aug.match("/files%s//* [label()=~regexp('%s')]" %
|
||||
(ssl_fp, parser.case_i("VirtualHost")))
|
||||
|
||||
Reference in New Issue
Block a user