Don't install ruby-libvirt for CentOS 5, seems broken
This commit is contained in:
parent
3678ae46f9
commit
23e8d500f5
1 changed files with 3 additions and 4 deletions
|
@ -53,6 +53,9 @@ class libvirt::kvm inherits libvirt::client {
|
|||
before => Service["libvirtd"],
|
||||
require => [ User["qemu"], Group["qemu"] ],
|
||||
}
|
||||
package { "ruby-libvirt":
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -80,9 +83,5 @@ class libvirt::kvm inherits libvirt::client {
|
|||
enable => true,
|
||||
}
|
||||
|
||||
package { "ruby-libvirt":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue