X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fclient.pp;h=7900e9a2fc3175fc337e5134fcf5949250068b9e;hb=1618536b74be68fa63d45ca62679c71566da38bc;hp=34e2b64dfbd11796bdfea8f51d292e42ea638150;hpb=3270c11c756e3be695bedbd967cf231c8deed1a4;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 34e2b64df..7900e9a2f 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -2,7 +2,9 @@ class bacula::client inherits bacula { @@bacula::storage-per-node { $::fqdn: } if ! getfromhash($site::nodeinfo, 'not-bacula-client') { - @@bacula::node { $::fqdn: } + @@bacula::node { $::fqdn: + bacula_client_port => $bacula::bacula_client_port, + } } package { ['bacula-fd']: