mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
commit
f3ee19d999
@ -636,6 +636,9 @@ def _virtual(osdata):
|
||||
grains['virtual'] = 'Parallels'
|
||||
elif 'Manufacturer: Google' in output:
|
||||
grains['virtual'] = 'kvm'
|
||||
# Proxmox KVM
|
||||
elif 'Vendor: SeaBIOS' in output:
|
||||
grains['virtual'] = 'kvm'
|
||||
# Break out of the loop, lspci parsing is not necessary
|
||||
break
|
||||
elif command == 'lspci':
|
||||
|
Loading…
Reference in New Issue
Block a user