puppet/mirror/templates/mirror.conf.erb

5 lines
121 B
Text

SRC="<%= @source %>"
RSYNCOPTS="<%= @rsync_options.join(' ') %>"
<% if @postcmd -%>
POSTCMD="<%= @postcmd %>"
<% end -%>