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

7 lines
89 B
Plaintext
Raw Normal View History

2016-01-21 14:11:10 +00:00
#!/bin/bash
2016-01-22 14:01:32 +00:00
<%@commands.each do |command| -%>
ssh <%=@host-%> '<%=command-%>'
2016-01-21 14:11:10 +00:00
<%end-%>