defs.mk: Add .toml to default config file formats

Anticipating future additions, support installing *.toml as a standard configuration file format.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-05-26 08:56:12 +02:00
commit d054e3c343
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -306,7 +306,7 @@ ifeq ($(CONFIG_SUBDIR),)
else
INSTALL_CFGDIR ?= $(CONFIG_DIR)/$(CONFIG_SUBDIR)
endif
LOCAL_CFG ?= $(filter-out %.site.conf, $(filter-out rsyslog-%, $(wildcard *.conf *.xml *.bprof *.jw-tmpl *.ini *.yaml))) $(LOCAL_EXTRA_CFG)
LOCAL_CFG ?= $(filter-out %.site.conf, $(filter-out rsyslog-%, $(wildcard *.conf *.xml *.bprof *.jw-tmpl *.ini *.yaml *.toml))) $(LOCAL_EXTRA_CFG)
INSTALLED_CFG ?= $(addprefix $(INSTALL_CFGDIR)/,$(LOCAL_CFG))
# -- TMPFILES