I'm on Gentoo. I've created /etc/env.d/99facter with FACTER_test=infof and in console : env_update && source /etc/profile
All my custom facts works when I run puppetd with -vt --factsync If I start it normally, only the fact with ENV['HOME'] works. I run puppet 0.24.8 thanks On 21 déc, 23:41, Scott Smith <[email protected]> wrote: > 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 message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
