forked from ungleich-public/cdist
__ssh_authorized_key: /installed/present/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
324a88c435
commit
6adb20b829
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
# This type allows to send a public ssh key from a user to the
|
# This type allows to send a public ssh key from a user to the
|
||||||
# authorized_keys of another
|
# authorized_keys of another
|
||||||
#
|
#
|
||||||
#require="__package openssh-server --state installed"
|
#require="__package openssh-server --state present"
|
||||||
# Get option srcuser if defined
|
# Get option srcuser if defined
|
||||||
if [ -f "$__object/parameter/srcuser" ]; then
|
if [ -f "$__object/parameter/srcuser" ]; then
|
||||||
srcuser=`cat "$__object/parameter/srcuser"`
|
srcuser=`cat "$__object/parameter/srcuser"`
|
||||||
|
|
Loading…
Reference in a new issue