We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6207fcc + 45aaa55 commit 713db1aCopy full SHA for 713db1a
manifests/client/user.pp
@@ -43,6 +43,7 @@
43
sshkeys::set_authorized_key { "${server_user_exploded} to ${client_user}":
44
local_user => $client_user,
45
remote_user => $server_user_exploded,
46
+ target => "/home/${client_user}/.ssh/authorized_keys",
47
require => User[$client_user],
48
options => [
49
"command=\"${allowed_command}\"",
manifests/server/config.pp
@@ -78,7 +78,7 @@
78
file { $log_file :
79
ensure => present,
80
require => File[$log_path]
81
- } ->
+ }
82
83
# cronjobs
84
0 commit comments