From 9aa67c939284c776c17f71642355c0510c6180df Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Mon, 3 May 2021 13:02:57 +0200
Subject: [PATCH] Fix missing doublequote

---
 hshbase/oneshot/renew-openssh-keys.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hshbase/oneshot/renew-openssh-keys.sls b/hshbase/oneshot/renew-openssh-keys.sls
index 8299eb1..5e411a2 100644
--- a/hshbase/oneshot/renew-openssh-keys.sls
+++ b/hshbase/oneshot/renew-openssh-keys.sls
@@ -1,6 +1,6 @@
 hshbase_clear_old_ssh_host_keys:
   cmd.run:
-    - name: 'bash -c "rm -v /etc/ssh/ssh_host_*key*'
+    - name: 'bash -c "rm -v /etc/ssh/ssh_host_*key*"'
     - user: root
 
 hshbase_regenerate_ssh_host_keys:
-- 
GitLab