From df1c6ff9f412f4f62eacf2beaaca648ec2977214 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 17 Aug 2012 11:57:20 +0100 Subject: [PATCH] I think this should do it Signed-off-by: Stephen Gran --- modules/bacula/manifests/node.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/bacula/manifests/node.pp b/modules/bacula/manifests/node.pp index 8286f423..95c0e655 100644 --- a/modules/bacula/manifests/node.pp +++ b/modules/bacula/manifests/node.pp @@ -1,4 +1,9 @@ define bacula::node() { + + include bacula + + $bacula_client_port = $bacula::bacula_client_port + $bacula_client_name = "${name}-fd" $bacula_client_secret = hmac('/etc/puppet/secret', "bacula-fd-${name}") $client = $name -- 2.39.2