Skip to content

Commit

Permalink
Adding back type.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedmon authored and treydock committed Oct 6, 2024
1 parent 3d9baee commit 74caff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/interface.pp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
}
}

Expand All @@ -100,6 +101,7 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
}
} else {
network_config { $name:
Expand All @@ -110,6 +112,7 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
}
}
}

0 comments on commit 74caff6

Please sign in to comment.