mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2026-07-14 19:36:12 +02:00
Initial commit
This commit is contained in:
+13
-3
@@ -1,3 +1,13 @@
|
||||
template:
|
||||
lookup:
|
||||
master: template-master
|
||||
rsyncd:
|
||||
secrets:
|
||||
user: mypassword
|
||||
config: |
|
||||
uid = nobody
|
||||
gid = nobody
|
||||
use chroot = yes
|
||||
max connections = 4
|
||||
syslog facility = local5
|
||||
pid file = /var/run/rsyncd.pid
|
||||
[ftp]
|
||||
path = /var/ftp/./pub
|
||||
comment = whole ftp area (approx 6.1 GB)
|
||||
|
||||
Reference in New Issue
Block a user