mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
removed single quotes in misc script template
This commit is contained in:
parent
a37c7f71ea
commit
1feea03aaa
@ -2,6 +2,6 @@
|
||||
#This file is managed by puppet
|
||||
#
|
||||
<%@commands.each do |command| -%>
|
||||
ssh -l <%=@backup_user-%> <%=@host-%> '<%=command-%>'
|
||||
ssh -l <%=@backup_user-%> <%=@host-%> <%=command-%>
|
||||
|
||||
<%end-%>
|
||||
|
Loading…
Reference in New Issue
Block a user