Merge "Added AUTHORIZED_KEYS field into settings.yaml.erb"

This commit is contained in:
Jenkins 2014-10-13 11:58:18 +00:00 committed by Gerrit Code Review
commit 8a26be310e

View File

@ -60,6 +60,8 @@ API_LOG: "/var/log/nailgun/api.log"
PATH_TO_SSH_KEY: "/root/.ssh/id_rsa"
PATH_TO_BOOTSTRAP_SSH_KEY: "/root/.ssh/bootstrap.rsa"
AUTHORIZED_KEYS:
- "<%= scope.function_strip([scope.function_file(["/root/.ssh/id_rsa.pub"])]) %>"
MASTER_IP: "<%= @admin_network_ip %>"