Tweaking the regexp more.
This commit is contained in:
parent
b2a5316efc
commit
37b64a72e8
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue