File: header.erb

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 (16 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is being maintained by Puppet.
# DO NOT EDIT

<% if @pid_file != 'UNSET' -%>
pid file = <%= @pid_file %>
<% end -%>
uid = <%= @uid %>
gid = <%= @gid %>
use chroot = <%= @use_chroot %>
log format = %t %a %m %f %b
syslog facility = local3
timeout = 300
address = <%= @address %>
<% if @motd_file != 'UNSET' -%>
motd file = <%= @motd_file %>
<% end -%>