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:
@@ -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
|
|
Reference in New Issue
Block a user