Move manual hosts definition to configuration file manual_hosts.conf

This commit is contained in:
2019-06-26 12:43:54 +02:00
parent c31323a439
commit 6e83231078
4 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,6 @@
# If script is called with "manual=true" the following hosts scripts
# will be executed
#
# Multiple hosts are possible, give a blank separated list
#
host_scripts="${hosts_base_dir}/localhost.sh"