Skip to content

Commit a79ab2f

Browse files
authored
Add Debian repo config path
Signed-off-by: Mathieu Parent <math.parent@etik.com>
1 parent df92d18 commit a79ab2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/state/driver_volumes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import (
3333
// RepoConfigPathMap indicates standard OS specific paths for repository configuration files
3434
var RepoConfigPathMap = map[string]string{
3535
"centos": "/etc/yum.repos.d",
36+
"debian": "/etc/apt/sources.list.d",
3637
"ubuntu": "/etc/apt/sources.list.d",
3738
"rhcos": "/etc/yum.repos.d",
3839
"rhel": "/etc/yum.repos.d",

0 commit comments

Comments
 (0)