mirror of
				https://github.com/krislamo/puppet-rsnapshot
				synced 2025-10-31 08:48:35 +00:00 
			
		
		
		
	templates/rsnapshot.erb
This commit is contained in:
		| @@ -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 -%> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user