Skip to content

Commit f5d2dd6

Browse files
Fix gpg key nvidia fabricmanager for ubuntu 2004 and 1804
Signed-off-by: Francesco Giordano <[email protected]>
1 parent 94bd4c0 commit f5d2dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
)
133133
default['cfncluster']['nvidia']['fabricmanager']['repository_key'] = value_for_platform(
134134
'default' => "D42D0685.pub",
135-
'ubuntu' => { 'default' => "7fa2af80.pub" }
135+
'ubuntu' => { 'default' => "3bf863cc.pub" }
136136
)
137137
default['cfncluster']['nvidia']['fabricmanager']['version'] = value_for_platform(
138138
'default' => node['cfncluster']['nvidia']['driver_version'],

0 commit comments

Comments
 (0)