node lost his custom facters
Hi , once in a while I see that some of my nodes are losing some of the environments variable and considering that some of the factor are missing :
the way I am defining the facter are in /etc/profile.d/file.sh
all the defaults facters are always there , the problem is with the one that I am adding in /etc/profile.d/file.sh
any reason why ?
should I define the facter in other way ?
Could you post the exact code how you retrieve the factors from file.sh and what version of factor are you using ?
file content : cat /etc/profile.d/file.sh export FACTER_server_tags="role:napi_server_role=true,role:zabbix_agent=true" export FACTER_environment="qa" facter -v 1.7.3