Skip to content

Commit

Permalink
Updating for pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Edmon authored and treydock committed Oct 6, 2024
1 parent ac292e5 commit de25ed4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fixtures:
rsyslog:
repo: https://github.com/saz/puppet-rsyslog.git
network:
repo: https://github.com/example42/puppet-network.git
ref: v3.6.1
repo: https://github.com/voxpupuli/puppet-network.git
ref: v2.1.0
symlinks:
mofed: "#{source_dir}"
18 changes: 10 additions & 8 deletions manifests/interface.pp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@
method => 'static',
hotplug => 'false',
options => {
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'CONNECTED_MODE' => $connected_mode,
}
}
}
Expand All @@ -105,9 +106,10 @@
method => 'static',
hotplug => 'false',
options => {
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'GATEWAY' => $gateway,
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'GATEWAY' => $gateway,
'CONNECTED_MODE' => $connected_mode,
}
}
} else {
Expand All @@ -120,9 +122,9 @@
method => 'static',
hotplug => 'false',
options => {
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'GATEWAY' => $gateway,
'TYPE' => 'Infiniband',
'NM_CONTROLLED' => $_nm_controlled,
'CONNECTED_MODE' => $connected_mode,
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"version_requirement": ">= 3.5.0 <6.0.0"
},
{
"name": "example42/network",
"version_requirement": ">= 3.0.0 <4.0.0"
"name": "puppet/network",
"version_requirement": ">= 2.1.0 <4.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit de25ed4

Please sign in to comment.