From 37b64a72e8a44ca47fb38e0a6ad3bbde16d3b785 Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Mon, 2 Apr 2012 13:34:56 +0000 Subject: [PATCH] Tweaking the regexp more. --- libvirt/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],