diff options
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 0 insertions, 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 { |