diff --git a/libvirt/manifests/init.pp b/libvirt/manifests/init.pp index 7844727..051e949 100644 --- a/libvirt/manifests/init.pp +++ b/libvirt/manifests/init.pp @@ -32,7 +32,7 @@ class libvirt::kvm inherits libvirt::client { case operatingsystem { centos,fedora: { case $operatingsystemrelease { - '/5\.[8-9]/': { + '/5\.[0-9]+/': { package { "kvm": ensure => installed, before => Service["libvirtd"],