Skip to content
Snippets Groups Projects
Verified Commit 10e530fd authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Add vTPM on windows

parent 1ca74cd7
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ module ForemanVmwareAdvanced
if args[:guest_id]&.start_with?('win')
args[:extra_config]['disk.EnableUUID'.to_sym] = 'TRUE'
args[:extra_config]['vtpm.present'.to_sym] = 'TRUE'
end
args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment