Skip to content

Commit 713db1a

Browse files
authored
Merge branch 'master' into client-fqdn
2 parents 6207fcc + 45aaa55 commit 713db1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

manifests/client/user.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
sshkeys::set_authorized_key { "${server_user_exploded} to ${client_user}":
4444
local_user => $client_user,
4545
remote_user => $server_user_exploded,
46+
target => "/home/${client_user}/.ssh/authorized_keys",
4647
require => User[$client_user],
4748
options => [
4849
"command=\"${allowed_command}\"",

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
file { $log_file :
7979
ensure => present,
8080
require => File[$log_path]
81-
} ->
81+
}
8282

8383
# cronjobs
8484

0 commit comments

Comments
 (0)