Displaying 1 result from an estimated 1 matches for "facter_tl_rol".
Did you mean:
facter_tl_role
2013 Feb 15
2
Puppet agent daemon not seeing a Facter fact
...-test interactively
works as expected. Even running it non-interactively from a script seems to
work fine. Only the agent *daemon* is screwing up.
Process:
I am deploying an Ubuntu-based app stack on EC2. Using userdata
(#cloud-config), I set an environment variable in /etc/environment:
export FACTER_tl_role=development
then immediately in #cloud-config, i source /etc/environment. only THEN i
apt-get install puppet (i moved away from using package: puppet to
eliminate ambiguity in the sequence of #cloud-config steps)
Once the instance boots, I confirm that the fact is available: running facter
tl...