From 928fe73d52a858b156abe5e771cdd3b198d5117d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 25 Oct 2014 23:54:31 +0200 Subject: [PATCH] Put da-backup authkeys onto storace --- modules/ssh/templates/authorized_keys.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/templates/authorized_keys.erb b/modules/ssh/templates/authorized_keys.erb index a8a0fe11..d644c23e 100644 --- a/modules/ssh/templates/authorized_keys.erb +++ b/modules/ssh/templates/authorized_keys.erb @@ -41,7 +41,7 @@ ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAgEAuGJnElqbhgLtmJp/de8s42cAwKrkAhFq5u8EAkauEv6B machine_keys = [] case fqdn - when "backuphost.debian.org" then + when "backuphost.debian.org", "storace.debian.org" then roles['dabackup_client'].each do |node| if allnodeinfo.has_key?(node) hostname = allnodeinfo[node]['hostname'][0] -- 2.39.2