mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2025-09-13 15:59:28 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
283ade9782 | ||
|
1feea03aaa | ||
|
a37c7f71ea |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "loomsen-rsnapshot",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"author": "loomsen",
|
||||
"summary": "Configures rsnapshot.",
|
||||
"license": "Apache-2.0",
|
||||
|
@@ -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-%>
|
||||
|
Reference in New Issue
Block a user