1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00
puppet-rsnapshot/templates/misc.sh.erb
2017-04-02 10:54:52 +02:00

8 lines
142 B
Plaintext

#!/bin/bash
#This file is managed by puppet
#
<%@commands.each do |command| -%>
ssh -l <%=@backup_user-%> <%=@host-%> <%=command-%>
<%end-%>