Minor fixes to variable documentation
This commit is contained in:
parent
663e36dfc4
commit
06723df614
5 changed files with 9 additions and 12 deletions
|
@ -45,13 +45,13 @@ class libvirt::guest {
|
|||
# $libvirt_admingroup:
|
||||
# Group which has access to system libvirtd.
|
||||
#
|
||||
# $libvirt_guest_on_boot
|
||||
# $libvirt_guest_on_boot:
|
||||
# Action to taken on host boot [start, ignore] (default: start)
|
||||
#
|
||||
# $libvirt_guest_on_shutdown
|
||||
# $libvirt_guest_on_shutdown:
|
||||
# Action to taken on host shutdown [suspend, shutdown] (default: suspend)
|
||||
#
|
||||
# $libvirt_parallel_shutdown
|
||||
# $libvirt_parallel_shutdown:
|
||||
# If set to non-zero, shutdown will suspend guests concurrently. (default: 0)
|
||||
#
|
||||
class libvirt::kvm inherits libvirt::client {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue