diff options
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", |