From 78ed132af312c6b30745a9646ac58d8783f3b8fb Mon Sep 17 00:00:00 2001 From: Phil Friderici Date: Wed, 16 Oct 2013 12:47:06 +0200 Subject: [PATCH] Removed duplicate documentation from module --- manifests/init.pp | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index f502a6d..aa106e4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,19 +1,6 @@ -# == Class: ssh +# ## Class: ssh ## # -# Manage ssh client and server. -# -# Sample usage: -# # Push authorized key "root_for_userX" and remove key "root_for_userY" with hiera -# -# ssh::keys: -# root_for_userX: -# ensure: present -# user: root -# type: dsa -# key: AAAA...== -# root_for_userY: -# ensure: absent -# user: root +# Manage ssh client and server # class ssh ( $packages = 'USE_DEFAULTS',