mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
bump version and bugfix
This commit is contained in:
parent
a78ccc1e43
commit
d1a262800f
@ -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",
|
||||||
|
@ -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-%>
|
||||||
|
Loading…
Reference in New Issue
Block a user