]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/bacula/templates/bconsole.conf.erb
Add initial bits of bacula
[dsa-puppet.git] / modules / bacula / templates / bconsole.conf.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5 #
6 # Bacula User Agent (or Console) Configuration File
7 #
8
9 Director {
10   Name = <%= bacula_director_name %>
11   DIRport = 9101
12   address = <%= bacula_director_address %>
13   Password = "<%= bacula_director_secret %>"
14 }