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 {
|
case operatingsystem {
|
||||||
centos,fedora: {
|
centos,fedora: {
|
||||||
case $operatingsystemrelease {
|
case $operatingsystemrelease {
|
||||||
'/5\.[8-9]/': {
|
'/5\.[0-9]+/': {
|
||||||
package { "kvm":
|
package { "kvm":
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
before => Service["libvirtd"],
|
before => Service["libvirtd"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue