1
0
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:
Norbert Varzariu 2016-06-27 13:21:03 +02:00
parent a37c7f71ea
commit 1feea03aaa

View File

@ -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-%>