---
rsync:
  enabled: true
  config:
    global:
      address: 127.0.0.1
      uid: 'root'
      gid: 'root'
      use chroot: 'no'
      max connections: 4
      syslog facility: 4
      pid file: '/var/run/rsyncd.pid'
    sections:
      - name: 'tmppath'
        settings:
          path: '/tmp/tmppath'
          read only: 'yes'