Skip to content

Commit

Permalink
Readding options.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedmon authored and treydock committed Oct 6, 2024
1 parent ce3ab47 commit ac292e5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions manifests/interface.pp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
method => 'static',
hotplug => 'false',
options => {
'type' => 'Infiniband'
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
}
}
}
Expand All @@ -104,7 +105,9 @@
method => 'static',
hotplug => 'false',
options => {
'type' => 'Infiniband'
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'GATEWAY' => $gateway,
}
}
} else {
Expand All @@ -117,7 +120,9 @@
method => 'static',
hotplug => 'false',
options => {
'type' => 'Infiniband'
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'GATEWAY' => $gateway,
}
}
}
Expand Down

0 comments on commit ac292e5

Please sign in to comment.