From 08fc1ee1b664764360d263f9563bbc2a0595263d Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 19 May 2021 08:20:39 +0200 Subject: [PATCH] apcups.conf: Reihenfolge Header getauscht: (#96) apcups.conf: Reihenfolge Header getauscht: : Warning: old configuration file found. : Expected: "## apcupsd.conf v1.1 ##" : Found: "#----------------------------------------------------------------# " : Please check new file format and : modify accordingly the first line : of config file. Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/96 Co-Authored-By: mg Co-Committed-By: mg --- roles/mgrote.apcupsd/templates/master_apcupsd.conf | 2 +- roles/mgrote.apcupsd/templates/slave_apcupsd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mgrote.apcupsd/templates/master_apcupsd.conf b/roles/mgrote.apcupsd/templates/master_apcupsd.conf index ea6b0b49..47201878 100644 --- a/roles/mgrote.apcupsd/templates/master_apcupsd.conf +++ b/roles/mgrote.apcupsd/templates/master_apcupsd.conf @@ -1,5 +1,5 @@ -{{ file_header | default () }} ## apcupsd.conf v1.1 ## +{{ file_header | default () }} UPSCABLE usb UPSTYPE usb diff --git a/roles/mgrote.apcupsd/templates/slave_apcupsd.conf b/roles/mgrote.apcupsd/templates/slave_apcupsd.conf index e200dde4..97a20fd5 100644 --- a/roles/mgrote.apcupsd/templates/slave_apcupsd.conf +++ b/roles/mgrote.apcupsd/templates/slave_apcupsd.conf @@ -1,5 +1,5 @@ -{{ file_header | default () }} ## apcupsd.conf v1.1 ## +{{ file_header | default () }} UPSCABLE ether UPSTYPE net