Legrave wrote:
> Facter.add("salle") do
> setcode do
> ENV['FACTER_test']
> end
> end
>
> Puppet refuse to synchronize my own environments variables unless I
> run the deamon manually :
> #puppetd -vt --factsync
>
Where are you setting `FACTER_test'?
=scott
--
You received this me
Hello,
I'm trying to add an environment variable as fact like this :
#export $FACTER_test="infof"
#facter | grep test
test => infof
But my fact don't synchronize with puppet master. I don't see it in /
var/puppet/yaml/clientfile.yaml
If I want this works, I've need to start puppet like this :
#pu