1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-13 15:59:28 +00:00
This commit is contained in:
Norbert Varzariu
2016-01-20 10:27:29 +01:00
parent ed9de1e8cd
commit 396d71cb8e
5 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
<% @exclude.each do |exc| -%>
<% @real_exclude.each do |exc| -%>
<%= exc %>
<% end %>

View File

@@ -1,3 +1,3 @@
<% @include.each do |inc| -%>
<% @real_include.each do |inc| -%>
<%= inc %>
<% end %>