Update postfix audit
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ def generateHtmlReport(data):
|
||||
#print(plugin)
|
||||
dataJinja2['plugins'].append(f"{plugin}.html.j2")
|
||||
|
||||
if 'postfix' in dataJinja2['plugins']:
|
||||
if 'postfix' in data['system']:
|
||||
#print(data['system']['postfix'])
|
||||
pass
|
||||
|
||||
if 'sysctl' in data['system']:
|
||||
|
||||
Reference in New Issue
Block a user