From f66c80d97ab6f4c9e2cb3620a7b85640c0734e89 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Jul 2008 23:34:40 +0000 Subject: remove double definition git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2093 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7b14e8b..ae21fe6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -109,18 +109,6 @@ class sshd::base { hasstatus => true, require => File[sshd_config], } - # Now add the key, if we've got one - case $sshrsakey_key { - '': { info("no sshrsakey on $fqdn") } - default: { - @@sshkey{"$hostname.$domain": - type => ssh-rsa, - key => $sshrsakey_key, - ensure => present, - require => Package["openssh-clients"], - } - } - } } class sshd::linux inherits sshd::base { -- cgit v1.2.3