removed special no-restart status for etch
This commit is contained in:
parent
3fdd59f654
commit
9dc5a1db18
1 changed files with 2 additions and 7 deletions
|
@ -9,15 +9,10 @@ class sshd::debian inherits sshd::linux {
|
|||
name => 'openssh-server',
|
||||
}
|
||||
|
||||
$sshd_restartandstatus = $::lsbdistcodename ? {
|
||||
etch => false,
|
||||
default => true
|
||||
}
|
||||
|
||||
Service[sshd]{
|
||||
name => 'ssh',
|
||||
pattern => 'sshd',
|
||||
hasstatus => $sshd_restartandstatus,
|
||||
hasrestart => $sshd_restartandstatus,
|
||||
hasstatus => true,
|
||||
hasrestart => true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue