ssh: Added Debian support to ssh::server

This commit is contained in:
Timo Mkinen 2013-10-17 02:18:19 +03:00
parent 11e55b3241
commit 691fb749ba

View file

@ -115,6 +115,7 @@ class ssh::server {
service { "sshd": service { "sshd":
name => $::operatingsystem ? { name => $::operatingsystem ? {
"debian" => "ssh",
"ubuntu" => "ssh", "ubuntu" => "ssh",
default => "sshd", default => "sshd",
}, },