From 6adb20b8292851b67a7357ee28ed4ab7eb321dc3 Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Wed, 7 Nov 2012 16:52:44 +0100
Subject: [PATCH] __ssh_authorized_key: /installed/present/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 cdist/conf/type/__ssh_authorized_key/manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/conf/type/__ssh_authorized_key/manifest b/cdist/conf/type/__ssh_authorized_key/manifest
index d9db9c78..8984d5d4 100755
--- a/cdist/conf/type/__ssh_authorized_key/manifest
+++ b/cdist/conf/type/__ssh_authorized_key/manifest
@@ -21,7 +21,7 @@
 # This type allows to send a public ssh key from a user to the
 # authorized_keys of another
 #
-#require="__package openssh-server --state installed"
+#require="__package openssh-server --state present"
 # Get option srcuser if defined
 if [ -f "$__object/parameter/srcuser" ]; then
    srcuser=`cat "$__object/parameter/srcuser"`