1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 01:10:35 +00:00
puppet-rsnapshot/templates/misc.sh.erb

8 lines
144 B
Plaintext
Raw Normal View History

2016-01-21 14:11:10 +00:00
#!/bin/bash
2016-01-22 14:48:07 +00:00
#This file is managed by puppet
#
2016-01-22 14:01:32 +00:00
<%@commands.each do |command| -%>
ssh -l <%=@backup_user-%> <%=@host-%> '<%=command-%>'
2016-01-22 14:01:32 +00:00
2016-01-21 14:11:10 +00:00
<%end-%>