Gitlab Community Edition Instance

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

manifests/openssh_server.pp: TYPO

parent e418abeb
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class ubuntu_server::openssh_server($port='22',$groups_only='root',$authorized_k
require => Package['openssh-server'],
} ~> Service['ssh']
file_line{'openssh_server_config_AllowGroups ':
file_line{'openssh_server_config_AllowGroups':
path => '/etc/ssh/sshd_config',
line => "AllowGroups ${groups_only}",
match => '^AllowGroups',
......
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