Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lysator
Puppet
ipoib
Commits
110671a7
Commit
110671a7
authored
Aug 16, 2020
by
Henrik Henriksson
Browse files
This might work better?
parent
1b04dd2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/interface.pp
View file @
110671a7
...
...
@@ -24,7 +24,10 @@ define ipoib::interface(
ipaddress
=>
$ipaddress
,
netmask
=>
$netmask
,
gateway
=>
$gateway
,
type
=>
'InfiniBand'
,
type
=>
$facts
[
'os'
][
'family'
]
?
{
'RedHat'
=>
'InfiniBand'
,
default
=>
undef
,
},
domain
=>
$domain
,
dns1
=>
$dns1
,
dns2
=>
$dns2
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment