1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2026-05-27 11:13:26 +00:00

add template files

This commit is contained in:
Norbert Varzariu
2015-12-22 16:37:55 +01:00
parent 25a282cf4f
commit 9a50fd8afe
3 changed files with 144 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<% @exclude.each do |exc| -%>
<%= exc %>
<% end %>
+3
View File
@@ -0,0 +1,3 @@
<% @include.each do |inc| -%>
<%= inc %>
<% end %>