Skip to content

Commit

Permalink
adding optional KVM trigger to install KVM related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Heck committed Dec 9, 2015
1 parent 0f80b60 commit 749cb1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/templates/centos-ks
Expand Up @@ -53,6 +53,13 @@ sudo
perl
libselinux-python
net-tools
<% if( undefined !== kvm ) { %>
kvm
virt-manager
libvirt
libvirt-python
python-virtinst
<% } %>
%end

%pre
Expand Down

0 comments on commit 749cb1f

Please sign in to comment.