move conf templates and conf_populate to Deployment/; add rogue-prevention rules to CLAUDE.md

This commit is contained in:
Gmer4Lfe
2026-06-14 13:18:08 -04:00
parent 722e688783
commit 6153283de4
11 changed files with 38 additions and 13 deletions
+15
View File
@@ -0,0 +1,15 @@
# Configurations/
Runtime home for the live conf files. These are gitignored — never committed.
| File | Source |
|------|--------|
| `master.conf` | Seeded from `Deployment/master.conf.template` on first install |
| `host1.conf` | Seeded from `Deployment/host.conf.template` on first install |
| `host2.conf` | Seeded from `Deployment/host.conf.template` on first install |
**Templates and tooling live in `Deployment/`:**
- `Deployment/host.conf.template` — canonical template for new host confs
- `Deployment/master.conf.template` — canonical template for master.conf
- `Deployment/conf_upgrade.sh` — merges schema changes into existing confs
- `Deployment/conf_populate.sh` — auto-detects and fills arr keys on first run