- wolkenstein.debian.org
keyring:
- kaufmann.debian.org
+ wiki:
+ - wilder.debian.org
# new style porterbox (schroot, dd installable packages etc)
porterbox:
# once they are all on new-style, we can use ldap for this
--- /dev/null
+uid = nobody
+gid = nogroup
+max connections = 25
+syslog facility = daemon
+log file = /var/log/rsyncd/rsyncd.log
+socket options = SO_KEEPALIVE
+timeout = 7200
+
+[wiki.debian.org-dump]
+ path = /srv/wiki.debian.org/var/moin/dump
+ comment = Dump of wiki.debian.org
+ read only = true
include roles::keyring
}
+ if getfromhash($site::nodeinfo, 'wiki') {
+ include roles::wiki
+ }
+
if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') {
include roles::ftp-upcoming_mirror
}
--- /dev/null
+class roles::wiki {
+ rsync::site { 'wiki':
+ source => 'puppet:///modules/roles/wiki/rsyncd.conf',
+ }
+}