From: Micah Anderson Date: Wed, 8 Jul 2009 01:04:23 +0000 (-0400) Subject: same problem with the openssh-clients in the sshd::client::linux class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d86ec97ab0d15c00d53a61fbac4edde70724486f;p=puppet-sshd.git same problem with the openssh-clients in the sshd::client::linux class --- diff --git a/manifests/client.pp b/manifests/client.pp index 7dfe913..47340b8 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -32,9 +32,6 @@ class sshd::client::base { } class sshd::client::linux inherits sshd::client::base { - package {'openssh-clients': - ensure => installed, - } } class sshd::client::debian inherits sshd::client::linux {