From 9389b4ca172fe75594949fa045951bfaf02a0f4b Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Sat, 24 Oct 2009 12:31:32 +0000 Subject: [PATCH] get root ssh pub key path from configuration --- db-config.d/01-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-config.d/01-init b/db-config.d/01-init index 71453a0..05c3f37 100644 --- a/db-config.d/01-init +++ b/db-config.d/01-init @@ -59,7 +59,7 @@ AddRoleToPerson(10, admin['person_id']) AddRoleToPerson(20, admin['person_id']) # Associate root ssh key with the default administrator -keyfile="/etc/planetlab/root_ssh_key.pub" +keyfile=plc['root_ssh_key_pub'] person = GetPersons(admin['person_id'])[0] keys = GetKeys(person['key_ids']) if os.path.exists(keyfile): -- 2.43.0