]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/bacula.pp
Put db port and address into configuration too
[dsa-puppet.git] / modules / bacula / manifests / bacula.pp
index 78ec0620952221b887be83a4f14bb8afd30f1955..3cf9b6742f335ab0a0a7d0e5fc536af1f010038c 100644 (file)
@@ -15,10 +15,13 @@ class bacula {
   $bacula_storage_address   = "beethoven.debian.org"
   $bacula_storage_port      = 9103
   $bacula_client_port       = 9102
+  $bacula_db_address        = "danzi.debian.org"
+  $bacula_db_port           = 5433
 
   $bacula_backup_path       = "/srv/backup.debian.org/bacula"
 
   $bacula_director_secret   = hmac("/etc/puppet/secret", "bacula-dir-$hostname")
+  $bacula_db_secret         = hmac("/etc/puppet/secret", "bacula-db-$hostname")
   $bacula_storage_secret    = hmac("/etc/puppet/secret", "bacula-sd-$hostname")
   $bacula_client_secret     = hmac("/etc/puppet/secret", "bacula-fd-$hostname")
   $bacula_monitor_secret    = hmac("/etc/puppet/secret", "bacula-monitor-$hostname")