From 456fec72ed2d43794ed0633afba120d54c2075aa Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 29 Sep 2008 22:50:28 +0000 Subject: remove dependency completly git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2267 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4e10ac9..a7106b4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 { -- cgit v1.2.3