From fce684ca587dd891b7d912be9448888ee18f39c0 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 30 Sep 2008 20:13:47 +0000 Subject: fix correct inheritance git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2272 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } -- cgit v1.2.3