c53966f310
This change will allow config_template to parse list only files and extend or replace the content of the list based on the selected module options. Change-Id: I2a24033b0323bcc25bd1b50ffb4034441ab2f468 Signed-off-by: Kevin Carter <kecarter@redhat.com>
18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
- post_restart_command: null
|
|
post_start_command: null
|
|
pre_restart_command: null
|
|
pre_start_command: null
|
|
process_name: /usr/sbin/libvirtd
|
|
restart_command: systemctl restart libvirt-bin
|
|
run_as_root: true
|
|
start_command: systemctl start libvirt-bin
|
|
- post_restart_command: null
|
|
post_start_command: null
|
|
pre_restart_command: null
|
|
pre_start_command: null
|
|
process_name: /usr/sbin/libvirtd-test
|
|
restart_command: systemctl restart libvirt-bin-test
|
|
run_as_root: true
|
|
start_command: systemctl start libvirt-bin-test
|
|
- things: stuff
|