mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-14 01:00:34 +00:00
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
#!/bin/bash
|
|
|
|
<%@commands.each do |command| -%>
|
|
ssh <%=@host-%> '<%=command-%>'
|
|
|
|
<%end-%>
|