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 <michael.grote@posteo.de> Reviewed-on: mg/ansible#96 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
39a64c7b26
commit
08fc1ee1b6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{ file_header | default () }}
|
|
||||||
## apcupsd.conf v1.1 ##
|
## apcupsd.conf v1.1 ##
|
||||||
|
{{ file_header | default () }}
|
||||||
UPSCABLE usb
|
UPSCABLE usb
|
||||||
|
|
||||||
UPSTYPE usb
|
UPSTYPE usb
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{ file_header | default () }}
|
|
||||||
## apcupsd.conf v1.1 ##
|
## apcupsd.conf v1.1 ##
|
||||||
|
{{ file_header | default () }}
|
||||||
|
|
||||||
UPSCABLE ether
|
UPSCABLE ether
|
||||||
UPSTYPE net
|
UPSTYPE net
|
||||||
|
|
Loading…
Reference in a new issue