__ssh_authorized_key: /installed/present/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2012-11-07 16:52:44 +01:00
parent 324a88c435
commit 6adb20b829
1 changed files with 1 additions and 1 deletions

View File

@ -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"`