+++ /dev/null
-uid = nobody
-gid = nogroup
-syslog facility = daemon
-socket options = SO_KEEPALIVE
-reverse lookup = false
-timeout = 7200
-log file = /var/log/rsyncd/rsyncd-archive.log
-
-[debian-archive]
- path = /srv/mirrors/debian-archive
- comment = Debian Historical Archives (use -H to save space)
- read only = true
-
-[archive]
- path = /srv/mirrors/debian-archive
- comment = Debian Archive (use -H to save space)
- read only = true
- list = no
}
rsync::site { 'archive':
- source => 'puppet:///modules/roles/historical_mirror/rsyncd.conf',
+ content => template('roles/historical_mirror/rsyncd.conf.erb'),
max_clients => 100,
sslname => $sslname,
binds => $binds,
--- /dev/null
+uid = nobody
+gid = nogroup
+syslog facility = daemon
+socket options = SO_KEEPALIVE
+reverse lookup = false
+timeout = 7200
+log file = /var/log/rsyncd/rsyncd-archive.log
+
+[debian-archive]
+ path = /srv/mirrors/debian-archive
+ comment = Debian Historical Archives (use -H to save space)
+ read only = true
+
+[archive]
+ path = /srv/mirrors/debian-archive
+ comment = Debian Archive (use -H to save space)
+ read only = true
+ list = no