commit | 40daaccdc868d20f45811f7297317303038e4acb | [log] [tgz] |
---|---|---|
author | Richard Felkl <rfelkl@mirantis.com> | Fri Jul 13 13:54:20 2018 +0000 |
committer | Gerrit Code Review <gerrit2@853267bf53e2> | Fri Jul 13 13:54:20 2018 +0000 |
tree | ecba6db049b9640a66a1c9be0275d08f8c1ece88 | |
parent | cc19655d48978f4976c9af5204743dbe752ef74f [diff] | |
parent | b8da64dc3613c1ff8840faab158236429679b786 [diff] |
Merge "openssh client fix"
diff --git a/openssh/client/root.yml b/openssh/client/root.yml index 145f5da..66f8f88 100644 --- a/openssh/client/root.yml +++ b/openssh/client/root.yml
@@ -36,7 +36,9 @@ user: root: enabled: true - private_key: - type: rsa - key: ${_param:root_private_key} user: ${linux:system:user:root} + private_key: ${private_keys:root} + private_keys: + root: + type: rsa + key: ${_param:root_private_key}