mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Remove TODO item/fix formatting.
This commit is contained in:
parent
269d49b759
commit
a29984f049
2 changed files with 2 additions and 3 deletions
|
|
@ -289,7 +289,7 @@ class ApacheParser(object):
|
|||
self.aug.set("/augeas/load/Httpd/excl[%d]" % (i+1), excl[i])
|
||||
|
||||
self.aug.load()
|
||||
|
||||
|
||||
def _set_locations(self, ssl_options):
|
||||
"""Set default location for directives.
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,7 @@ class AugeasConfigurator(object):
|
|||
"progress": CONFIG.IN_PROGRESS_DIR}
|
||||
|
||||
self.direc = direc
|
||||
# TODO: this instantiation can be optimized to only load
|
||||
# relevant files - I believe -> NO_MODL_AUTOLOAD
|
||||
|
||||
# Set Augeas flags to not save backup (we do it ourselves)
|
||||
# Set Augeas to not load anything by default
|
||||
my_flags = augeas.Augeas.NONE | augeas.Augeas.NO_MODL_AUTOLOAD
|
||||
|
|
|
|||
Loading…
Reference in a new issue