]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - modules/role/templates/backup/ssh_host_changed.info.erb
Add backup role
[perso/Immae/Projets/Puppet.git] / modules / role / templates / backup / ssh_host_changed.info.erb
1 Host <%= @host %> added, please send <%= @user %> key if necessary.
2 <%- if File.exist?("/home/#{@user}/.ssh/id_rsa.pub") %>
3 <%= File.read("/home/#{@user}/.ssh/id_rsa.pub") %>
4 <% end -%>