Tweaking the regexp more.

This commit is contained in:
Ossi Herrala 2012-04-02 13:34:56 +00:00 committed by Ossi Herrala
parent b2a5316efc
commit 37b64a72e8

View file

@ -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"],