summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-10-11 16:01:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-10-11 16:01:29 +0200
commit8b50edb4c387567801ecaeec1de6da4664a2c6e0 (patch)
treeeeb81792bb7fe7db47fd638e74274b6f10fa4d57 /sbin
parent41281cff7aff94a53106c7125869d15b5b63f6b1 (diff)
downloaditzks-systems-master.tar.gz
itzks-systems-master.tar.bz2
itzks-systems-master.zip
sbin/itzks-prepare-reinstall: Fix indentation.HEADmaster
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/itzks-prepare-reinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/itzks-prepare-reinstall b/sbin/itzks-prepare-reinstall
index 218ccb0..4e7945f 100755
--- a/sbin/itzks-prepare-reinstall
+++ b/sbin/itzks-prepare-reinstall
@@ -64,8 +64,8 @@ if [ -n "${ldapsystem}" ]; then
[ "${VERSION_CODENAME}" == "buster" ] || \
[ "${VERSION_CODENAME}" == "bullseye" ]); then
- # yes, we should clean this host CRT/KEY, but the puppet 5.x way
- puppet cert clean "${PUPPET_CLIENT_CN}"
+ # yes, we should clean this host CRT/KEY, but the puppet 5.x way
+ puppet cert clean "${PUPPET_CLIENT_CN}"
else