diff options
author | Emanuele Giuseppe Esposito <eesposit@redhat.com> | 2021-10-26 16:15:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 09:15:47 -0500 |
commit | a8380a125d40ff0ae88f2ba25a518346f2063a1a (patch) | |
tree | f92601debf8c08765349ef2aa0d410d24120baab | |
parent | a4236c375ddf78258a8f9252c1d79c665aa4f88b (diff) | |
download | vyos-cloud-init-a8380a125d40ff0ae88f2ba25a518346f2063a1a.tar.gz vyos-cloud-init-a8380a125d40ff0ae88f2ba25a518346f2063a1a.zip |
remove unnecessary EOF string in disable-sshd-keygen-if-cloud-init-active.conf (#1075)
Running 'systemd-analyze verify cloud-init-local.service'
triggers the following warning:
disable-sshhd-keygen-if-cloud-init-active.conf:8: Missing '=', ignoring line.
The string "EOF" is probably a typo, so remove it.
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
-rw-r--r-- | systemd/disable-sshd-keygen-if-cloud-init-active.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/disable-sshd-keygen-if-cloud-init-active.conf b/systemd/disable-sshd-keygen-if-cloud-init-active.conf index 71e35876..1a5d7a5a 100644 --- a/systemd/disable-sshd-keygen-if-cloud-init-active.conf +++ b/systemd/disable-sshd-keygen-if-cloud-init-active.conf @@ -5,4 +5,3 @@ # [Unit] ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target -EOF |