Skip to content

Commit

Permalink
fix: enable kvm option by default (#286)
Browse files Browse the repository at this point in the history
Fixes #289
  • Loading branch information
Manisha15 authored Aug 25, 2023
1 parent afe5f9f commit 0e015ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/foreman_fog_proxmox/proxmox_vm_new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def config_attributes(type = 'qemu')
config_attributes = {
cores: '1',
sockets: '1',
kvm: '0',
kvm: '1',
vga: 'std',
memory: '1024',
ostype: 'l26',
Expand Down

0 comments on commit 0e015ae

Please sign in to comment.