1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-04-10 16:24:21 +00:00
2016-01-22 15:57:23 +01:00

8 lines
144 B
Plaintext

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