]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
No -k support for now (bug #683080)
authorTollef Fog Heen <tfheen@err.no>
Fri, 21 Sep 2012 21:06:15 +0000 (23:06 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 21 Sep 2012 21:06:15 +0000 (23:06 +0200)
modules/bacula/templates/default.bacula-fd.erb

index b998713f719a3eff6c17cabf0f499bd8b3556da0..c20fc35e2faf731e0e53545315a14260ffc82642 100644 (file)
@@ -5,8 +5,10 @@
 ENABLED="yes"
 
 # Additional start arguments can be provided here
-# ARGS=""
-ARGS="-u bacula -k"
+ARGS=""
+# We should make it be:
+#ARGS="-u bacula -k"
+# once bug #683080 is fixed
 
 # Default config file can be changed here
 # CONFIG="/etc/bacula/bacula-fd.conf"