From: Peter Palfrader Date: Sat, 25 Oct 2014 21:54:31 +0000 (+0200) Subject: Put da-backup authkeys onto storace X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=928fe73d52a858b156abe5e771cdd3b198d5117d;p=mirror%2Fdsa-puppet.git Put da-backup authkeys onto storace --- diff --git a/modules/ssh/templates/authorized_keys.erb b/modules/ssh/templates/authorized_keys.erb index a8a0fe11e..d644c23ed 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]