Displaying 1 result from an estimated 1 matches for "filer_nam".
Did you mean:
filer_name
2012 Dec 21
1
Hiera and 'clientcert' fact not working :(
...et/hieradata/:
common nodes
/etc/puppet/hieradata/common:
common.yaml star-int.yaml test.yaml
/etc/puppet/hieradata/nodes:
puppet-test.card.co.uk.yaml
Currently I''m just testing with a notify in the *manifests/site.pp* file:
node ''puppet-test.card.co.uk'' {
$filer_name = hiera(''filer_name'')
notify{''puppet-test_notify'':
message => "Puppet-test.card.co.uk filername =
${filer_name}"
}
}
The hiera values this node *should* be pulling back is:
$ hiera -c hiera.yaml filer_name clientce...