Gitlab Community Edition Instance

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

openssh: FIX

parent 49179b55
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class ubuntu_server::openssh_server($port="22",$groups_only="root",$authorized_k
require => Package["openssh-server"],
} ~> Service['ssh']
unless $authorized_keys == "" {
if $authorized_keys != "" {
file{'/root/.ssh':
ensure => directory,
mode => 0700,
......
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