From 02fc80e579ceeed8bafacbfa67eb4b90ac1df81e Mon Sep 17 00:00:00 2001 From: Dustin Miller Date: Thu, 28 Mar 2024 10:35:29 -0700 Subject: [PATCH] redhat: stop creating modprobe.d/bonding.conf --- packetnetworking/distros/redhat/bonded.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packetnetworking/distros/redhat/bonded.py b/packetnetworking/distros/redhat/bonded.py index 604cb71..3cead68 100644 --- a/packetnetworking/distros/redhat/bonded.py +++ b/packetnetworking/distros/redhat/bonded.py @@ -13,9 +13,9 @@ def build(self): def build_tasks(self): self.task_template("etc/sysconfig/network", "bonded/etc_sysconfig_network.j2") - self.task_template( - "etc/modprobe.d/bonding.conf", "bonded/etc_modprobe.d_bonding.conf.j2" - ) + # self.task_template( + # "etc/modprobe.d/bonding.conf", "bonded/etc_modprobe.d_bonding.conf.j2" + # ) for bond in self.network.bonds: self.task_template(