mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Change incl to list to conform with augeas.add_transform func
This commit is contained in:
parent
a29984f049
commit
55e13a906d
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class ApacheParser(object):
|
|||
"/augeas/load/Httpd/incl [. ='%s']" % filepath)
|
||||
if not inc_test:
|
||||
# Load up files
|
||||
self.aug.add_transform("Httpd.lns", filepath)
|
||||
self.aug.add_transform("Httpd.lns", [filepath])
|
||||
self.aug.load()
|
||||
|
||||
def standardize_excl(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue