mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
templates/rsnapshot.erb
This commit is contained in:
commit
c80ba48d4c
@ -85,12 +85,12 @@ du_args <%= @du_args %>
|
||||
<% if @one_fs != '' -%>
|
||||
one_fs <%= @one_fs_num %>
|
||||
<% end -%>
|
||||
<% if not @real_include.empty? -%>
|
||||
<% unless @real_include.empty? -%>
|
||||
<% if @include_file != '' -%>
|
||||
include_file <%= @include_file %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% if not @real_exclude.empty? -%>
|
||||
<% unless @real_exclude.empty? -%>
|
||||
<% if @exclude_file != '' -%>
|
||||
exclude_file <%= @exclude_file %>
|
||||
<% end -%>
|
||||
|
Loading…
Reference in New Issue
Block a user