]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Put da-backup authkeys onto storace
authorPeter Palfrader <peter@palfrader.org>
Sat, 25 Oct 2014 21:54:31 +0000 (23:54 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 25 Oct 2014 21:54:31 +0000 (23:54 +0200)
modules/ssh/templates/authorized_keys.erb

index a8a0fe11e0bec8bde7b0991c17147e88b1a3a061..d644c23ed81cbe5b090ebab2bc5afa0a351aad42 100644 (file)
@@ -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]