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

fix template

This commit is contained in:
Norbert Varzariu 2016-01-22 10:00:49 +01:00
parent e823fef87c
commit 0f6a6ebe31

View File

@ -85,12 +85,12 @@ du_args <%= @du_args %>
<% if @one_fs != '' -%>
one_fs <%= @one_fs_num %>
<% end -%>
<% if not @real_include.is_empty? -%>
<% if not @real_include.empty? -%>
<% if @include_file != '' -%>
include_file <%= @include_file %>
<% end -%>
<% end -%>
<% if not @real_exclude.is_empty? -%>
<% if not @real_exclude.empty? -%>
<% if @exclude_file != '' -%>
exclude_file <%= @exclude_file %>
<% end -%>