spacing nitpick
[mirror/dsa-puppet.git] / modules / bacula / manifests / node.pp
index fbbfbd2..0bc4561 100644 (file)
@@ -1,4 +1,5 @@
-define bacula::node() {
+# a bacula node.  This is stored config by a client, collected on the director
+define bacula::node($bacula_client_port = $bacula::bacula_client_port) {
 
        include bacula
 
@@ -9,7 +10,6 @@ define bacula::node() {
        $bacula_storage_port      = $bacula::bacula_storage_port
        $bacula_storage_secret    = $bacula::bacula_storage_secret
 
-       $bacula_client_port   = $bacula::bacula_client_port
        $bacula_ca_path       = $bacula::bacula_ca_path
        $bacula_ssl_client_cert = $bacula::bacula_ssl_client_cert
        $bacula_ssl_client_key  = $bacula::bacula_ssl_client_key