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

Merge branch 'release/1.1.0'

- Feature: rsnapshot_prefix
- Feature: check_mk options
This commit is contained in:
Norbert Varzariu 2017-04-02 10:19:52 +02:00
commit cbf6a3db52
2 changed files with 2 additions and 2 deletions

View File

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

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