summaryrefslogtreecommitdiffstats
path: root/remote/modules/ssh-auth-keys/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2015-02-09 17:32:57 +0100
committerJonathan Bauer2015-02-09 17:32:57 +0100
commitedff8dc5d0fb7c88942c451a1b1e6d1b426f6a0e (patch)
tree57306720aa6ed9a5df65806438603df0705f5343 /remote/modules/ssh-auth-keys/module.build
parent[systemd] force reset on the tty before it is spawned (diff)
downloadtm-scripts-edff8dc5d0fb7c88942c451a1b1e6d1b426f6a0e.tar.gz
tm-scripts-edff8dc5d0fb7c88942c451a1b1e6d1b426f6a0e.tar.xz
tm-scripts-edff8dc5d0fb7c88942c451a1b1e6d1b426f6a0e.zip
[ssh-auth-keys] static module to copy keys from /root/.ssh/authorized_keys.d/ into /root/.ssh/authorized_keys
Diffstat (limited to 'remote/modules/ssh-auth-keys/module.build')
-rw-r--r--remote/modules/ssh-auth-keys/module.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/remote/modules/ssh-auth-keys/module.build b/remote/modules/ssh-auth-keys/module.build
new file mode 100644
index 00000000..97e93235
--- /dev/null
+++ b/remote/modules/ssh-auth-keys/module.build
@@ -0,0 +1,11 @@
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}