Consolidate conf templates into Configurations/ — remove stale Deployment/conf_templates/
Deployment/conf_templates/ had two stale files: host.conf.template was a copy of host1.conf (not a HOSTN template), and master.conf had hardcoded hostnames and an old appdata DATA_DIR path. The correct templates already exist in Configurations/ (master.conf.template, host.conf.template). Updated varaverk.plg and git_pull_execute.sh to read from Configurations/ directly. Removed TMPL_DIR variable from git_pull_execute.sh — CONF_DIR covers both.
This commit is contained in:
@@ -53,13 +53,13 @@
|
||||
# RUNTIME MODES
|
||||
# ==============================================================================================
|
||||
#
|
||||
# conf_upgrade.sh --template master.conf.template --target Configurations/master.conf --dry-run
|
||||
# conf_upgrade.sh --template Configurations/master.conf.template --target Configurations/master.conf --dry-run
|
||||
# Preview what would be added, removed, and kept — no changes written.
|
||||
#
|
||||
# conf_upgrade.sh --template master.conf.template --target Configurations/master.conf --backup
|
||||
# conf_upgrade.sh --template Configurations/master.conf.template --target Configurations/master.conf --backup
|
||||
# Apply the upgrade, writing a .bak first.
|
||||
#
|
||||
# conf_upgrade.sh --template master.conf.template --target Configurations/master.conf
|
||||
# conf_upgrade.sh --template Configurations/master.conf.template --target Configurations/master.conf
|
||||
# Apply the upgrade in-place with no backup.
|
||||
#
|
||||
# ==============================================================================================
|
||||
|
||||
Reference in New Issue
Block a user