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

8 lines
142 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| -%>
2017-04-02 08:54:52 +00:00
ssh -l <%=@backup_user-%> <%=@host-%> <%=command-%>
2016-01-22 14:01:32 +00:00
2016-01-21 14:11:10 +00:00
<%end-%>