X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbacula%2Ftemplates%2Fdefault.bacula-fd.erb;h=96b2455c9a9c59f8530a8b0bd23208b321cec527;hb=0521725518016bbccb7a7e65ada1200044e1fa79;hp=c20fc35e2faf731e0e53545315a14260ffc82642;hpb=b5b56e202131d0da2047f19237faf92e4da9c66b;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/default.bacula-fd.erb b/modules/bacula/templates/default.bacula-fd.erb index c20fc35e2..96b2455c9 100644 --- a/modules/bacula/templates/default.bacula-fd.erb +++ b/modules/bacula/templates/default.bacula-fd.erb @@ -1,3 +1,7 @@ +## +### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## + # defaults file for bacula-fd # Service can be disabled by setting @@ -5,10 +9,12 @@ 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="" -# We should make it be: -#ARGS="-u bacula -k" -# once bug #683080 is fixed +<% else -%> +ARGS="-u bacula -k" +<% end -%> # Default config file can be changed here # CONFIG="/etc/bacula/bacula-fd.conf"