Add rsyncd role to the MM crawlers

To provide access to the crawler logs on the mm frontend the crawlers
are now exporting their logs over rsync.
This commit is contained in:
Adrian Reber 2015-06-22 19:22:26 +00:00
parent 34e5052ee4
commit a5bc52c240
3 changed files with 20 additions and 0 deletions

View file

@ -18,3 +18,6 @@ csi_relationship: |
* what kinds of processes run here
* what other services they depend on
* what other services depend on it
rsyncd_conf: "rsyncd.conf.crawler"
tcp_ports: [ 873 ]