From 8672c64e90b93647782893cf9ac4834e80bf296d Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Wed, 27 Jan 2021 11:43:20 +0100 Subject: [PATCH] pvereport: also add .sources files while this format is probably not much in use currently, the plan is to make it the default format in Debian, see 'man 5 sources.list'. Signed-off-by: Fabian Ebner --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index d2ede5fa..10758c4d 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -22,6 +22,7 @@ my $init_report_cmds = sub { 'pvesubscription get', 'cat /etc/apt/sources.list', sub { dir2text('/etc/apt/sources.list.d/', '.*list') }, + sub { dir2text('/etc/apt/sources.list.d/', '.*sources') }, 'lscpu', 'pvesh get /cluster/resources --type node --output-format=yaml', ],