diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:17:53 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:17:53 +0100 |
| commit | 0e0098c021080e2fc9271334de2f29b397ac5f25 (patch) | |
| tree | f2fbba9a151ab3bbe2031cb160d70790c8bc8fd7 /bundles/bitfroest/items.py | |
| parent | bbee9eb8f939ac71d864ec019e00987fc4a453aa (diff) | |
bitfroest: update
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/bitfroest/items.py')
| -rw-r--r-- | bundles/bitfroest/items.py | 7 |
1 files changed, 7 insertions, 0 deletions
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", |