From f928072f746ed12125b20acd87251852e4366d86 Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Wed, 5 Feb 2014 21:07:33 +0100
Subject: [PATCH] let the user decide what is sane and what not

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 cdist/conf/type/__apt_key/man.text | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cdist/conf/type/__apt_key/man.text b/cdist/conf/type/__apt_key/man.text
index d571a633..1a33e732 100644
--- a/cdist/conf/type/__apt_key/man.text
+++ b/cdist/conf/type/__apt_key/man.text
@@ -27,7 +27,8 @@ keyid::
    the id of the key to add. Defaults to __object_id
 
 keyserver::
-   the keyserver from which to fetch the key. If omitted a sane default is used.
+   the keyserver from which to fetch the key. If omitted the default set in
+   ./parameter/default/keyserver is used.
 
 
 EXAMPLES