Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
temp disable container-selinux install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Saada committed Mar 31, 2020
1 parent 5ac6b0c commit dea5eab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/plan/recipe/install_plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ func BuildBasePlan(pkgType resource.PkgType) plan.Resource {
// Device Mapper
b.AddResource("install:device-mapper-persistent-data", &resource.RPM{Name: "device-mapper-persistent-data"})
b.AddResource("install:lvm2", &resource.RPM{Name: "lvm2"})
if pkgType == resource.PkgTypeRHEL {
// RHEL requires installation of container-selinux
b.AddResource("install:container-selinux", &resource.RPM{Name: "container-selinux"})
}
// if pkgType == resource.PkgTypeRHEL {
// // RHEL requires installation of container-selinux
// b.AddResource("install:container-selinux", &resource.RPM{Name: "container-selinux"})
// }

case resource.PkgTypeDeb:
// Package manager features
Expand Down

0 comments on commit dea5eab

Please sign in to comment.