diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab21ca..feabc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Update README.md. * Upgrade pve-kernel-3.10.0-7-pve and pve-kernel-2.6.32-37 to the last version. * Puppet-lint +* Add a case for 'kvm' VM doesn't do anything right now, wait for specific (packages, config, …). ##### Bugfixes * (#11) Add a new fact to get a valid netmask for OpenVZ's virtual interfaces (venet). diff --git a/manifests/vm.pp b/manifests/vm.pp index 699713a..068b905 100644 --- a/manifests/vm.pp +++ b/manifests/vm.pp @@ -35,6 +35,8 @@ class proxmox::vm ( 'openvz': { include proxmox::vm::openvz } + 'kvm': { + } default: { fail(" => ${::virtual} <= virtual machines type is not yet supported.") }