Skip to content

Commit

Permalink
redhat: stop creating modprobe.d/bonding.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmiller committed Mar 28, 2024
1 parent a9fcb70 commit 02fc80e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packetnetworking/distros/redhat/bonded.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 02fc80e

Please sign in to comment.