No need to notify libvirtd for guests startup/shutdown changes.

This commit is contained in:
Ossi Herrala 2012-11-08 09:06:26 +00:00
parent f05ec860ed
commit ac290a3567

View file

@ -90,7 +90,6 @@ class libvirt::kvm inherits libvirt::client {
group => "root",
content => template("libvirt/sysconfig-libvirt-guests.erb"),
require => Package["libvirt"],
notify => Service["libvirtd"],
}
}
default: {
@ -112,6 +111,5 @@ class libvirt::kvm inherits libvirt::client {
ensure => running,
enable => true,
}
}