mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
record profile data in /var/log/tower, not /var/lib/awx
This commit is contained in:
@@ -46,7 +46,8 @@ SOSREPORT_FORBIDDEN_PATHS = [
|
||||
"/etc/tower/tower.key",
|
||||
"/etc/tower/awx.key",
|
||||
"/etc/tower/tower.cert",
|
||||
"/etc/tower/awx.cert"
|
||||
"/etc/tower/awx.cert",
|
||||
"/var/log/tower/profile"
|
||||
]
|
||||
|
||||
if LooseVersion(sos.__version__) >= LooseVersion('3.0'):
|
||||
|
||||
Reference in New Issue
Block a user