Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -78,7 +78,7 @@
|
|||
# without becoming root.
|
||||
#
|
||||
# This is restricted to 'root' by default.
|
||||
unix_sock_group = "<%= libvirt_admingroup %>"
|
||||
unix_sock_group = "<%= @libvirt_admingroup %>"
|
||||
|
||||
# Set the UNIX socket permissions for the R/O socket. This is used
|
||||
# for monitoring VM status only
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# - ignore libvirt-guests init script won't start any guest on boot, however,
|
||||
# guests marked as autostart will still be automatically started by
|
||||
# libvirtd
|
||||
ON_BOOT=<%= libvirt_guest_on_boot %>
|
||||
ON_BOOT=<%= @libvirt_guest_on_boot %>
|
||||
|
||||
# Number of seconds to wait between each guest start. Set to 0 to allow
|
||||
# parallel startup.
|
||||
|
@ -22,11 +22,11 @@ ON_BOOT=<%= libvirt_guest_on_boot %>
|
|||
# which just needs a long time to shutdown. When setting
|
||||
# ON_SHUTDOWN=shutdown, you must also set SHUTDOWN_TIMEOUT to a
|
||||
# value suitable for your guests.
|
||||
ON_SHUTDOWN=<%= libvirt_guest_on_shutdown %>
|
||||
ON_SHUTDOWN=<%= @libvirt_guest_on_shutdown %>
|
||||
|
||||
# If set to non-zero, shutdown will suspend guests concurrently. Number of
|
||||
# guests on shutdown at any time will not exceed number set in this variable.
|
||||
PARALLEL_SHUTDOWN=<%= libvirt_parallel_shutdown %>
|
||||
PARALLEL_SHUTDOWN=<%= @libvirt_parallel_shutdown %>
|
||||
|
||||
# Number of seconds we're willing to wait for a guest to shut down. If parallel
|
||||
# shutdown is enabled, this timeout applies as a timeout for shutting down all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue