File: server_with_motd.pp

package info (click to toggle)
puppet-module-puppetlabs-rsync 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: ruby: 679; sh: 10; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (5)
1
2
3
class { 'rsync::server':
  motd_file => '/etc/rsync-motd',
}