X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fnode.pp;h=c96e69df918a17ae85cb1214251deeed4580a059;hb=388707f3641e2d1fec30a9ba60ac930bf721ea3f;hp=ac4be838a6da330c6623808d1d88afdf03219fbc;hpb=c9dbb5ad7fcb9acefa4fb5ca887fd0082ccfc034;p=dsa-puppet.git diff --git a/modules/bacula/manifests/node.pp b/modules/bacula/manifests/node.pp index ac4be838..c96e69df 100644 --- a/modules/bacula/manifests/node.pp +++ b/modules/bacula/manifests/node.pp @@ -3,6 +3,9 @@ define bacula::node() { include bacula $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 $bacula_client_name = "${name}-fd" $bacula_client_secret = hkdf('/etc/puppet/secret', "bacula-fd-${name}")