Make bacula_director_port something local to the director class
[mirror/dsa-puppet.git] / modules / bacula / manifests / director / client.pp
index 402a997..0dddd27 100644 (file)
@@ -5,7 +5,7 @@
 # @param port_fd   port that this node's bacula-fd is listening on
 # @param client The name of the client (relevant for device names, media type names, etc.)
 define bacula::director::client (
-  Integer $port_fd = 9102,
+  Integer $port_fd,
   String $client = $name,
 ) {
   include bacula::director