1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-14 08:09:28 +00:00

bump version and bugfix

This commit is contained in:
Norbert Varzariu
2017-04-02 10:54:52 +02:00
parent a78ccc1e43
commit d1a262800f
2 changed files with 2 additions and 2 deletions

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