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",
|
group => "root",
|
||||||
content => template("libvirt/sysconfig-libvirt-guests.erb"),
|
content => template("libvirt/sysconfig-libvirt-guests.erb"),
|
||||||
require => Package["libvirt"],
|
require => Package["libvirt"],
|
||||||
notify => Service["libvirtd"],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
@ -112,6 +111,5 @@ class libvirt::kvm inherits libvirt::client {
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue