From: Stephen Gran Date: Fri, 17 Aug 2012 10:57:20 +0000 (+0100) Subject: I think this should do it X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=df1c6ff9f412f4f62eacf2beaaca648ec2977214 I think this should do it Signed-off-by: Stephen Gran --- 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