Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with puppet-network #24

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Adding back type.
pedmon committed Dec 12, 2023
commit 9a50a25250118439c3b74b8e51527feb8208407e
3 changes: 3 additions & 0 deletions manifests/interface.pp
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
}
}

@@ -101,6 +102,7 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
}
} else {
network_config { $name:
@@ -111,6 +113,7 @@
mtu => $mtu,
method => 'static',
hotplug => 'false',
type => 'Infiniband',
}
}