96b2455c9a9c59f8530a8b0bd23208b321cec527
[mirror/dsa-puppet.git] / modules / bacula / templates / default.bacula-fd.erb
1 ##
2 ### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ##
4
5 # defaults file for bacula-fd
6
7 # Service can be disabled by setting
8 # ENABLED="no"
9 ENABLED="yes"
10
11 # Additional start arguments can be provided here
12 # ARGS=""
13 <% if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('architecture') and scope.lookupvar('site::nodeinfo')['ldap']['architecture'][0].start_with?('kfreebsd') -%>
14 ARGS=""
15 <% else -%>
16 ARGS="-u bacula -k"
17 <% end -%>
18
19 # Default config file can be changed here
20 # CONFIG="/etc/bacula/bacula-fd.conf"
21 CONFIG="/etc/bacula/bacula-fd.conf"