From 5dafd7f26969656ba7f63c33be9ae169df83baa8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 15:58:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nut/files/default/upsd-conf.jinja | 1 - nut/files/default/upsd-users.jinja | 8 ++++---- nut/files/default/upsmon-conf.jinja | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/nut/files/default/upsd-conf.jinja b/nut/files/default/upsd-conf.jinja index db19d6d..01d7657 100644 --- a/nut/files/default/upsd-conf.jinja +++ b/nut/files/default/upsd-conf.jinja @@ -141,4 +141,3 @@ CERTIDENT {{ nut.server.upsd.config.cert_ident }} {%- if nut.server.upsd.config.cert_request is defined %} CERTREQUEST {{ nut.server.upsd.config.cert_request }} {%- endif %} - diff --git a/nut/files/default/upsd-users.jinja b/nut/files/default/upsd-users.jinja index 79ecd38..8b85378 100644 --- a/nut/files/default/upsd-users.jinja +++ b/nut/files/default/upsd-users.jinja @@ -23,17 +23,17 @@ # # -------------------------------------------------------------------------- # -# actions: Let the user do certain things with upsd. -# +# actions: Let the user do certain things with upsd. +# # Valid actions are: # # SET - change the value of certain variables in the UPS # FSD - set the "forced shutdown" flag in the UPS -# +# # -------------------------------------------------------------------------- # # instcmds: Let the user initiate specific instant commands. Use "ALL" -# to grant all commands automatically. There are many possible +# to grant all commands automatically. There are many possible # commands, so use 'upscmd -l' to see what your hardware supports. Here # are a few examples: # diff --git a/nut/files/default/upsmon-conf.jinja b/nut/files/default/upsmon-conf.jinja index 63d21f5..612c183 100644 --- a/nut/files/default/upsmon-conf.jinja +++ b/nut/files/default/upsmon-conf.jinja @@ -465,4 +465,3 @@ CERTVERIFY {{ nut.client.upsmon.config.certverify }} {%- if nut.client.upsmon.config.forcessl is defined %} FORCESSL {{ nut.client.upsmon.config.forcessl }} {%- endif %} -