We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b2c41 commit 1b44d03Copy full SHA for 1b44d03
attributes/default.rb
@@ -180,7 +180,10 @@
180
'default' => "nvidia-fabric-manager",
181
'ubuntu' => { 'default' => "nvidia-fabricmanager-470" }
182
)
183
-default['cluster']['nvidia']['fabricmanager']['repository_key'] = "7fa2af80.pub"
+default['cluster']['nvidia']['fabricmanager']['repository_key'] = value_for_platform(
184
+ 'default' => "D42D0685.pub",
185
+ 'ubuntu' => { 'default' => "7fa2af80.pub" }
186
+)
187
default['cluster']['nvidia']['fabricmanager']['version'] = value_for_platform(
188
'default' => node['cluster']['nvidia']['driver_version'],
189
# with apt a star is needed to match the package version
0 commit comments