mirror of
https://github.com/certbot/certbot.git
synced 2026-04-15 22:20:28 -04:00
remove old TODO
This commit is contained in:
parent
b7c94bb297
commit
a6d0410f4e
1 changed files with 0 additions and 1 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue