From: Peter Palfrader Date: Sun, 12 Feb 2017 08:39:18 +0000 (+0100) Subject: rename archive-master rsyncd.conf X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f9a4c21318735ab5636b0b2a457ff68f2e5f69ef;p=mirror%2Fdsa-puppet.git rename archive-master rsyncd.conf --- diff --git a/modules/roles/files/archive_master/rsyncd.conf b/modules/roles/files/archive_master/rsyncd.conf deleted file mode 100644 index 976bb13c3..000000000 --- a/modules/roles/files/archive_master/rsyncd.conf +++ /dev/null @@ -1,18 +0,0 @@ -uid = nobody -gid = nogroup -max connections = 25 -syslog facility = daemon -socket options = SO_KEEPALIVE -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 diff --git a/modules/roles/files/historical_master/rsyncd.conf b/modules/roles/files/historical_master/rsyncd.conf new file mode 100644 index 000000000..976bb13c3 --- /dev/null +++ b/modules/roles/files/historical_master/rsyncd.conf @@ -0,0 +1,18 @@ +uid = nobody +gid = nogroup +max connections = 25 +syslog facility = daemon +socket options = SO_KEEPALIVE +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