1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +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

@ -1,6 +1,6 @@
{ {
"name": "loomsen-rsnapshot", "name": "loomsen-rsnapshot",
"version": "1.1.0", "version": "1.1.1",
"author": "loomsen", "author": "loomsen",
"summary": "Configures rsnapshot.", "summary": "Configures rsnapshot.",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -2,6 +2,6 @@
#This file is managed by puppet #This file is managed by puppet
# #
<%@commands.each do |command| -%> <%@commands.each do |command| -%>
ssh -l <%=@backup_user-%> <%=@host-%> '<%=command-%>' ssh -l <%=@backup_user-%> <%=@host-%> <%=command-%>
<%end-%> <%end-%>