Try to move bacula fd port config to the client class
[mirror/dsa-puppet.git] / modules / bacula / manifests / init.pp
index 6c1b9e2..5084ffb 100644 (file)
@@ -15,7 +15,6 @@ class bacula (
   Integer $bacula_director_port       = 9101,
   String  $bacula_storage_address     = 'storace.debian.org',
   Integer $bacula_storage_port        = 9103,
-  Integer $bacula_client_port         = 9102,
 
   String  $bacula_backup_path         = '/srv/bacula',