docs: apply corrections in config.example.toml (#492)
* Fix Issues in config.example.toml * Update config.example.toml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Include any additional configuration file(s)
|
# Include any additional configuration file(s)
|
||||||
# [include] sections are processed in the order you write them
|
# [include] sections are processed in the order you write them
|
||||||
# Files in $CONFIG_DIR/topgrade/topgrade.d/ are automatically included at the beginning of this file
|
# Files in $CONFIG_DIR/topgrade.d/ are automatically included before this file
|
||||||
[include]
|
[include]
|
||||||
#paths = ["/etc/topgrade.toml"]
|
#paths = ["/etc/topgrade.toml"]
|
||||||
|
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
# Sudo command to be used
|
# Sudo command to be used
|
||||||
#sudo_command = "sudo"
|
#sudo_command = "sudo"
|
||||||
|
|
||||||
# Run `sudo -v` to cache credentials at the start of the run; this avoids a
|
# Run `sudo -v` to cache credentials at the start of the run
|
||||||
# blocking password prompt in the middle of a possibly-unattended run.
|
# This avoids a blocking password prompt in the middle of an unattended run
|
||||||
#pre_sudo = false
|
#pre_sudo = false
|
||||||
|
|
||||||
# Run inside tmux
|
# Run inside tmux
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
# List of remote machines with Topgrade installed on them
|
# List of remote machines with Topgrade installed on them
|
||||||
#remote_topgrades = ["toothless", "pi", "parnas"]
|
#remote_topgrades = ["toothless", "pi", "parnas"]
|
||||||
|
|
||||||
# Arguments to pass SSH when upgrading remote systems
|
# Arguments to pass to SSH when upgrading remote systems
|
||||||
#ssh_arguments = "-o ConnectTimeout=2"
|
#ssh_arguments = "-o ConnectTimeout=2"
|
||||||
|
|
||||||
# Path to Topgrade executable on remote machines
|
# Path to Topgrade executable on remote machines
|
||||||
|
|||||||
Reference in New Issue
Block a user