From: Micah Anderson Date: Wed, 8 Jul 2009 01:02:31 +0000 (-0400) Subject: the sshd::linux class cannot also define the openssh package X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55e0a6178ba2831231400a23aab97b4d41ecfffc;p=puppet-sshd.git the sshd::linux class cannot also define the openssh package if we are to have the possibility of potentially overriding the version number it must be done in the base class --- diff --git a/manifests/init.pp b/manifests/init.pp index 5179e08..ee233db 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -260,9 +260,6 @@ class sshd::base { } class sshd::linux inherits sshd::base { - package{openssh: - ensure => present, - } File[sshd_config]{ require +> Package[openssh], }