## ### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## # defaults file for bacula-fd # Service can be disabled by setting # ENABLED="no" ENABLED="yes" # Additional start arguments can be provided here # ARGS="" <% if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('architecture') and scope.lookupvar('site::nodeinfo')['ldap']['architecture'][0].start_with?('kfreebsd') -%> ARGS="" <% else -%> ARGS="-u bacula -k" <% end -%> # Default config file can be changed here # CONFIG="/etc/bacula/bacula-fd.conf" CONFIG="/etc/bacula/bacula-fd.conf"