]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
remove dependency completly
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Mon, 29 Sep 2008 22:50:28 +0000 (22:50 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Mon, 29 Sep 2008 22:50:28 +0000 (22:50 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2267 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 4e10ac988c419f4632b8d47cdf8e380e1389bf05..a7106b43735f5a2f4f21cf3ca31bec2ff7b04f3f 100644 (file)
@@ -229,9 +229,6 @@ class sshd::linux inherits sshd::base {
     File[sshd_config]{
         require +> Package[openssh],
     }
-    Sshkey["$hostname.$domain"]{
-        require => Package["openssh-clients"],
-    }
 }
 
 class sshd::gentoo inherits sshd::linux {