Add tests for an hypervisor only with KVM

This commit is contained in:
gardouille 2015-01-08 23:16:56 +01:00
parent 5b2c36fb55
commit 7bb8b60d3c
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1 @@
class { 'proxmox::hypervisor':
}
include proxmox::hypervisor

View File

@ -0,0 +1,4 @@
class { 'proxmox::hypervisor':
kvm_only => true,
}