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