From b92787e364a311c4a714236073057caa3a82a2fa Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Sun, 28 Dec 2025 14:15:35 +0400 Subject: [PATCH] Update the service unit config file references --- roles/ipmi_exporter/templates/ipmi_exporter.service.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 b/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 index 26de4bc..17b4e42 100644 --- a/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 +++ b/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 @@ -15,10 +15,10 @@ ExecStart=/usr/sbin/ipmi_exporter \ {{ ipmi_exporter_args }} \ {% endif %} {% if ipmi_exporter_local_conf is defined %} - --config.file={{ ipmi_exporter_config_dir }}/local.conf \ + --config.file={{ ipmi_exporter_config_dir }}/local.yml \ {% endif %} {% if ipmi_exporter_web_conf is defined %} - --web.config.file={{ ipmi_exporter_config_dir }}/web.yaml + --web.config.file={{ ipmi_exporter_config_dir }}/web.yml {% endif %} SyslogIdentifier=ipmi_exporter