File: multiple-rsync-modules-afc3971c952e6aac.yaml

package info (click to toggle)
puppet-module-swift 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ruby: 9,593; python: 38; sh: 10; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
features:
  - |
    It is now possible to use one rsync module per device. This is useful as
    it allows to set the number of rsync connection per device, instead of it
    being a gloval value per server. For it, two new parameters exist in the
    class `storage::server`: `rsync_module_per_device` that enables this
    new feature, and `device_names` that defines the list of devices.