## ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## # For Bacula release 5.0.1 (24 February 2010) -- debian 5.0.4 # List Directors who are permitted to contact this File daemon Director { Name = <%= bacula_director_name %> Password = "<%= bacula_client_secret %>" } # "Global" File daemon configuration specifications FileDaemon { Name = <%= bacula_client_name %> FDport = <%= bacula_client_port %> WorkingDirectory = /var/lib/bacula Pid Directory = /var/run/bacula Maximum Concurrent Jobs = 20 FDAddress = <%= fqdn %> Maximum Network Buffer Size = 4194304 } # Send all messages except skipped files back to Director Messages { Name = Standard director = <%=bacula_director_name%> = all, !skipped, !restored }