From: Micah Anderson Date: Sun, 28 Sep 2008 17:40:35 +0000 (-0400) Subject: include assert_lsbdistcodename for debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=16dd74a7de341c0e8bf385b7bd8d0e082f7342bb;p=puppet-sshd.git include assert_lsbdistcodename for debian --- diff --git a/manifests/init.pp b/manifests/init.pp index 56f34ae..96e6d08 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -239,6 +239,10 @@ class sshd::gentoo inherits sshd::linux { } class sshd::debian inherits sshd::linux { + + # the templates for Debian need lsbdistcodename + include assert_lsbdistcodename + Package[openssh]{ name => 'openssh-server', }