switch to new lsb way
This commit is contained in:
parent
c8e0ef9ede
commit
384b1466ea
1 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,10 @@
|
|||
class sshd::debian inherits sshd::linux {
|
||||
|
||||
# the templates for Debian need lsbdistcodename
|
||||
include assert_lsbdistcodename
|
||||
include lsb
|
||||
File['sshd_config']{
|
||||
require => Package['lsb']
|
||||
}
|
||||
|
||||
Package[openssh]{
|
||||
name => 'openssh-server',
|
||||
|
|
Loading…
Reference in a new issue