1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-07 21:59:29 +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
templates/exclude.erb Normal file
View File

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

3
templates/include.erb Normal file
View File

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