aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/openssh/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp
index f68d1ea8..1d9b7f5c 100644
--- a/modules/openssh/manifests/init.pp
+++ b/modules/openssh/manifests/init.pp
@@ -21,7 +21,7 @@ class openssh {
}
file { "$pubkeys_directory/root/authorized_keys":
- ensure => link
+ ensure => link,
target => "/root/.ssh/authorized_keys",
mode => '0700',
}