* Add a case for 'kvm' VM doesn't do anything right now, wait for specific (packages, config, …).

This commit is contained in:
gardouille 2015-03-19 16:05:01 +01:00
parent 1b70b3a0d9
commit 6a6a2cbb14
2 changed files with 3 additions and 0 deletions

View File

@ -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).

View File

@ -35,6 +35,8 @@ class proxmox::vm (
'openvz': {
include proxmox::vm::openvz
}
'kvm': {
}
default: {
fail(" => ${::virtual} <= virtual machines type is not yet supported.")
}