Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2022
1 parent 9c1687d commit 5dafd7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion nut/files/default/upsd-conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

8 changes: 4 additions & 4 deletions nut/files/default/upsd-users.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down
1 change: 0 additions & 1 deletion nut/files/default/upsmon-conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 5dafd7f

Please sign in to comment.