Using sshd::client::debian for ubuntu
This commit is contained in:
parent
0e9f8844a0
commit
2c9e690d90
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class sshd::client {
|
||||
case $operatingsystem {
|
||||
debian: { include sshd::client::debian }
|
||||
debian,ubuntu: { include sshd::client::debian }
|
||||
default: {
|
||||
case $kernel {
|
||||
linux: { include sshd::client::linux }
|
||||
|
|
Loading…
Reference in a new issue