aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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 {