From d1a262800f9fb5edc70d99949786b7239b42c928 Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Sun, 2 Apr 2017 10:54:52 +0200 Subject: [PATCH] bump version and bugfix --- metadata.json | 2 +- templates/misc.sh.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 4531f50..2048920 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "loomsen-rsnapshot", - "version": "1.1.0", + "version": "1.1.1", "author": "loomsen", "summary": "Configures rsnapshot.", "license": "Apache-2.0", diff --git a/templates/misc.sh.erb b/templates/misc.sh.erb index 7185cc2..15c9520 100644 --- a/templates/misc.sh.erb +++ b/templates/misc.sh.erb @@ -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-%>