This website requires JavaScript.
Explore
Help
Sign In
kris
/
puppet-rsnapshot
Watch
1
Star
0
Fork
0
You've already forked puppet-rsnapshot
mirror of
https://github.com/krislamo/puppet-rsnapshot
synced
2024-11-13 01:00:34 +00:00
Code
Issues
Releases
Wiki
Activity
eb7a73f460
puppet-rsnapshot
/
templates
/
misc.sh.erb
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add backup script templates
2016-01-21 14:11:10 +00:00
#!/bin/bash
add custom commands to misc script
2016-01-22 14:01:32 +00:00
<%@commands.each do |command| -%>
ssh <%=@host-%> '<%=command-%>'
add backup script templates
2016-01-21 14:11:10 +00:00
<%end-%>
Reference in New Issue
Copy Permalink