Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit c87e3a02 authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

openssh: FIX

parent e1f44ab4
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ class ubuntu_server::openssh_server($port="22",$groups_only="root",$authorized_k
file{'/root/.ssh/authorized_keys':
ensure => present,
mode => 0664,
owner => root,
group => root,
source => $authorized_keys,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment