From 0e0098c021080e2fc9271334de2f29b397ac5f25 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:17:53 +0100 Subject: bitfroest: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/bitfroest/items.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bundles/bitfroest/items.py') diff --git a/bundles/bitfroest/items.py b/bundles/bitfroest/items.py index db880a9..3fb5d28 100644 --- a/bundles/bitfroest/items.py +++ b/bundles/bitfroest/items.py @@ -3,6 +3,13 @@ if node.os != "alpine": files = { + "/home/robert/.ssh/kum4": { + "source": "kum4.ssh", + "content_type": "mako", + "owner": "robert", + "group": "robert", + "mode": "0600", + }, "/usr/bin/qbapi": { "source": "qbapi", "content_type": "mako", -- cgit 1.4.1