mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
#!/bin/bash
|
|
#This file is managed by puppet
|
|
#
|
|
<%@commands.each do |command| -%>
|
|
ssh -l <%=@backup_user-%> <%=@host-%> '<%=command-%>'
|
|
|
|
<%end-%>
|