Gitlab Community Edition Instance

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

openssh: FIX

parent ac446e19
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,6 @@ class ubuntu_server::openssh_server($port="22",$groups_only="root",$authorized_k
} ~> Service['ssh']
unless $authorized_keys == false {
file{'/root/.ssh':
ensure => directory,
mode => 0700,
}
file{'/root/.ssh/authorized_keys':
ensure => present,
mode => 0664,
......
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