1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00

add quotes to ssh command (misc script)

This commit is contained in:
Administrator 2017-04-02 10:45:25 +02:00
parent a67dd7ea29
commit 6f92da8a17

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