Remove unused template for rsyncd.conf

Looks like this template was never used at all; the actual used template
is from puppet-rsync itself.

Change-Id: I19a82bc5b013486bd3eac1368db0583144fd16fb
This commit is contained in:
Christian Schwede 2017-11-27 15:37:15 +01:00
parent 51474466d9
commit 5f84cddfb9
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
uid = swift
gid = swift
# this should really be bound on an internal-only network
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
address = 0.0.0.0
[account]
max connections = 2
path = /srv/node/
read only = false
lock file = /var/lock/account.lock
[container]
max connections = 2
path = /srv/node/
read only = false
lock file = /var/lock/container.lock
[object]
max connections = 2
path = /srv/node/
read only = false
lock file = /var/lock/object.lock