]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/templates/snapshot/rsyncd.conf.erb
rsync on lw0[1234]
[dsa-puppet.git] / modules / roles / templates / snapshot / rsyncd.conf.erb
diff --git a/modules/roles/templates/snapshot/rsyncd.conf.erb b/modules/roles/templates/snapshot/rsyncd.conf.erb
new file mode 100644 (file)
index 0000000..4f809f6
--- /dev/null
@@ -0,0 +1,24 @@
+uid = nobody
+gid = nogroup
+max connections = 20
+syslog facility = daemon
+socket options = SO_KEEPALIVE
+timeout = 7200
+log file = /var/log/rsyncd/rsyncd.log
+
+[snapshot-farm-1]
+  path = /storage/snapshot-farm-1
+  read only = true
+  list = false
+[snapshot-farm-2]
+  path = /storage/snapshot-farm-2
+  read only = true
+  list = false
+[snapshot-farm-3]
+  path = /storage/snapshot-farm-3
+  read only = true
+  list = false
+[snapshot-farm-4]
+  path = /storage/snapshot-farm-4
+  read only = true
+  list = false