adding socat with rhel family

This commit is contained in:
chrislovecnm 2017-08-17 16:04:21 -06:00
parent e3d6b15b53
commit e1aec62ccc
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func (b *PackagesBuilder) Build(c *fi.ModelBuilderContext) error {
} else if b.Distribution.IsRHELFamily() {
c.AddTask(&nodetasks.Package{Name: "ebtables"})
c.AddTask(&nodetasks.Package{Name: "ethtool"})
c.AddTask(&nodetasks.Package{Name: "socat"})
} else {
// Hopefully it's already installed
glog.Infof("ebtables package not known for distro %q", b.Distribution)