Removed duplicate documentation from module

This commit is contained in:
Phil Friderici 2013-10-16 12:47:06 +02:00
parent 376b8738fa
commit 78ed132af3

View File

@ -1,19 +1,6 @@
# == Class: ssh # ## Class: ssh ##
# #
# Manage ssh client and server. # 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
# #
class ssh ( class ssh (
$packages = 'USE_DEFAULTS', $packages = 'USE_DEFAULTS',