File: ftpsync-security.conf.erb

package info (click to toggle)
puppet-module-debian-archvsync 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: sh: 15; makefile: 10
file content (38 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
MIRRORNAME=<%= @mirrorname %>
TO="<%= @debian_security_to %>"
MAILTO="<%= @mailto %>"
HUB=<%= @debian_security_hub %>

########################################################################
## Connection options
########################################################################

RSYNC_HOST=<%= @debian_security_rsync_host %>
RSYNC_PATH="<%= @debian_security_rsync_path %>"
# RSYNC_USER=
# RSYNC_PASSWORD=

########################################################################
## Mirror information options
########################################################################

INFO_MAINTAINER="<%= @info_maintainer %>"
INFO_SPONSOR="<%= @info_sponsor %>"
INFO_COUNTRY=<%= @info_country %>
INFO_LOCATION="<%= @info_location %>"
INFO_THROUGHPUT=<%= @info_throughput %>

########################################################################
## Include and exclude options
########################################################################

ARCH_INCLUDE="<%= @arch_include_real %>"
ARCH_EXCLUDE="<%= @arch_exclude %>"

EXCLUDE="<%= @security_exclude %>"

########################################################################
## Log option
########################################################################

LOGDIR=<%= @logdir %>-security