summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-09-30 20:13:47 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-09-30 20:13:47 +0000
commitfce684ca587dd891b7d912be9448888ee18f39c0 (patch)
treef9d4ddaf9c4702c10a61e60c0ff8af62076344d8 /manifests/client.pp
parent456fec72ed2d43794ed0633afba120d54c2075aa (diff)
fix correct inheritance
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2272 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 0ad85cf..34308b4 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -28,7 +28,7 @@ class sshd::client::linux inherits sshd::client::base {
}
}
-class sshd::client::debian inherits sshd::client::base {
+class sshd::client::debian inherits sshd::client::linux {
Package['openssh-clients']{
name => 'openssh-client',
}