diff --git a/dot_config/topgrade.toml.tmpl b/dot_config/topgrade.toml.tmpl index 0458c67..f293b35 100644 --- a/dot_config/topgrade.toml.tmpl +++ b/dot_config/topgrade.toml.tmpl @@ -21,11 +21,11 @@ skip_notify = true #run_in_tmux = true # List of remote machines with Topgrade installed on them -{{- if eq .chezmoi.hostname "pxm" }} +{{ if eq .chezmoi.hostname "pxm" }} remote_topgrades = ["docker", "kali", "mail"] -{{ else -}} +{{ else }} remote_topgrades = ["pxm", "web", "infra"] -{{- end }} +{{ end }} # Arguments to pass SSH when upgrading remote systems #ssh_arguments = "-o ConnectTimeout=2"