aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-07-07 21:04:23 -0400
committerMicah Anderson <micah@riseup.net>2009-07-07 21:04:23 -0400
commitd86ec97ab0d15c00d53a61fbac4edde70724486f (patch)
treec630d7be7d78c8c7c763fb09005714b9f87ca7ff /manifests
parent55e0a6178ba2831231400a23aab97b4d41ecfffc (diff)
downloadpuppet-sshd-d86ec97ab0d15c00d53a61fbac4edde70724486f.tar.gz
puppet-sshd-d86ec97ab0d15c00d53a61fbac4edde70724486f.tar.bz2
same problem with the openssh-clients in the sshd::client::linux class
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp3
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 {