From ac290a35674a01d6d3a24eefa67dbeac5b9b40df Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Thu, 8 Nov 2012 09:06:26 +0000 Subject: [PATCH] No need to notify libvirtd for guests startup/shutdown changes. --- libvirt/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvirt/manifests/init.pp b/libvirt/manifests/init.pp index 30909c8..c7407b3 100644 --- a/libvirt/manifests/init.pp +++ b/libvirt/manifests/init.pp @@ -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, } - }