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:
3
templates/exclude.erb
Normal file
3
templates/exclude.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% @exclude.each do |exc| -%>
|
||||
<%= exc %>
|
||||
<% end %>
|
3
templates/include.erb
Normal file
3
templates/include.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% @include.each do |inc| -%>
|
||||
<%= inc %>
|
||||
<% end %>
|
Reference in New Issue
Block a user