No need to notify libvirtd for guests startup/shutdown changes.
This commit is contained in:
parent
f05ec860ed
commit
ac290a3567
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue