]> git.proxmox.com Git - proxmox-perl-rs.git/commit
notify: use file based notification templates
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 21 May 2024 13:31:41 +0000 (15:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 4 Jun 2024 08:40:53 +0000 (10:40 +0200)
commit627a95bf899f64f7ede388e2cf27556b47907813
treebeb60875f3dffd4217a77534f5458c8e28b0d412
parentd0633ac98e87e6d0fa089bdae17c9c82abbd8231
notify: use file based notification templates

Instead of passing literal template strings to the notification
system, we now only pass an identifier. This identifier will be used
load the template files from a product-specific directory.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Max Carrara <m.carrara@proxmox.com>
Reviewed-by: Max Carrara <m.carrara@proxmox.com>
common/src/notify.rs