From b4a32c98e5bd2184f6fc5fef1300e35ab36dbb99 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 30 Oct 2012 15:14:06 +0100 Subject: no need for configuring authorized_keys as leap_cli cares for that --- puppet/modules/site_config/manifests/sshd.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'puppet/modules/site_config/manifests/sshd.pp') diff --git a/puppet/modules/site_config/manifests/sshd.pp b/puppet/modules/site_config/manifests/sshd.pp index 4834bb6f..944dbce2 100644 --- a/puppet/modules/site_config/manifests/sshd.pp +++ b/puppet/modules/site_config/manifests/sshd.pp @@ -1,8 +1,9 @@ class site_config::sshd { - # configure ssh and inculde ssh-keys + # configure sshd include sshd - $ssh_pubkeys=hiera_hash('ssh_pubkeys') include site_sshd - notice($ssh_pubkeys) - create_resources('site_sshd::ssh_key', $ssh_pubkeys) + # no need for configuring authorized_keys as leap_cli cares for that + #$ssh_pubkeys=hiera_hash('ssh_pubkeys') + #notice($ssh_pubkeys) + #create_resources('site_sshd::ssh_key', $ssh_pubkeys) } -- cgit v1.2.3