X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fssh%2Ftemplates%2Fauthorized_keys.erb;h=09ce78280fb2aae6729a752de7d86c246dd09365;hb=eb1cda6e92013e21827863328a9f3bec4ae3e3fd;hp=a8a0fe11e0bec8bde7b0991c17147e88b1a3a061;hpb=6686a92f6a2fa635bf7d630e7f509c200c32e46b;p=dsa-puppet.git diff --git a/modules/ssh/templates/authorized_keys.erb b/modules/ssh/templates/authorized_keys.erb index a8a0fe11..09ce7828 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 "storace.debian.org" then roles['dabackup_client'].each do |node| if allnodeinfo.has_key?(node) hostname = allnodeinfo[node]['hostname'][0]