diff options
| author | Micah Anderson <micah@riseup.net> | 2009-07-07 21:04:23 -0400 | 
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2009-07-07 21:04:23 -0400 | 
| commit | d86ec97ab0d15c00d53a61fbac4edde70724486f (patch) | |
| tree | c630d7be7d78c8c7c763fb09005714b9f87ca7ff | |
| parent | 55e0a6178ba2831231400a23aab97b4d41ecfffc (diff) | |
| download | puppet-sshd-d86ec97ab0d15c00d53a61fbac4edde70724486f.tar.gz puppet-sshd-d86ec97ab0d15c00d53a61fbac4edde70724486f.tar.bz2  | |
same problem with the openssh-clients in the sshd::client::linux class
| -rw-r--r-- | manifests/client.pp | 3 | 
1 files changed, 0 insertions, 3 deletions
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 {  | 
