We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df92d18 commit a79ab2fCopy full SHA for a79ab2f
internal/state/driver_volumes.go
@@ -33,6 +33,7 @@ import (
33
// RepoConfigPathMap indicates standard OS specific paths for repository configuration files
34
var RepoConfigPathMap = map[string]string{
35
"centos": "/etc/yum.repos.d",
36
+ "debian": "/etc/apt/sources.list.d",
37
"ubuntu": "/etc/apt/sources.list.d",
38
"rhcos": "/etc/yum.repos.d",
39
"rhel": "/etc/yum.repos.d",
0 commit comments