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
2016-01-22 15:01:32 +01:00

7 lines
89 B
Plaintext

#!/bin/bash
<%@commands.each do |command| -%>
ssh <%=@host-%> '<%=command-%>'
<%end-%>