Skip to content

Commit

Permalink
This may be able to pass aribitrary variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedmon authored and treydock committed Oct 6, 2024
1 parent 74caff6 commit ce3ab47
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions manifests/interface.pp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
options => {
'type' => 'Infiniband'
}
}
}

Expand All @@ -101,7 +103,9 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
options => {
'type' => 'Infiniband'
}
}
} else {
network_config { $name:
Expand All @@ -112,7 +116,9 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
options => {
'type' => 'Infiniband'
}
}
}
}

0 comments on commit ce3ab47

Please sign in to comment.