]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fix correct inheritance
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Tue, 30 Sep 2008 20:13:47 +0000 (20:13 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Tue, 30 Sep 2008 20:13:47 +0000 (20:13 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2272 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/client.pp

index 0ad85cfe7e8254cb8ee6d9348e6dc5ae40d62331..34308b467c604406074653108511c28faa962d85 100644 (file)
@@ -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',
     }