ssh: Added Debian support to ssh::server
This commit is contained in:
parent
11e55b3241
commit
691fb749ba
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class ssh::server {
|
|||
|
||||
service { "sshd":
|
||||
name => $::operatingsystem ? {
|
||||
"debian" => "ssh",
|
||||
"ubuntu" => "ssh",
|
||||
default => "sshd",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue