1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-13 15:59:28 +00:00

add routine to create mysql, psql and misc scripts

This commit is contained in:
Norbert Varzariu
2016-01-19 16:01:54 +01:00
parent 09b6b4431c
commit 5fe01d46e1
4 changed files with 51 additions and 9 deletions

View File

@@ -130,9 +130,4 @@ backup <%= @backup_user %>@<%=@host%>:<%= source %> <%=dest%>
backup <%=@host%>:<%= source %> <%=dest%>
<% end -%>
<% end -%>
<% if @backup_scripts != '' -%>
<% @backup_scripts.each_pair do |source, dest| -%>
backup_script <%= source %> <%= dest %>
<% end -%>
<%end-%>