Hi all,
I spotted a behaviour that I can't really understand (pupept 3.4.3).
Basicaly I have a setup with two masters balanced via apache reverse proxy. On clients every time the agent is run a facts.yaml is updated, to be used by mcollective.
running puppet agent with -t i can see that sometimes the "path" fact changes, more specifically the path order is changed, see here:
osversion: Debian-7
- path: "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin"
+ path: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
physicalprocessorcount: "2"
This happens more or less randomly (i.e. only with some runs, not always)
What puzzles me is that I can't find a reason for this change. afaik the configuration of path variable is not controlled by puppet. I'm suspecting some connection with the use of two masters, but I can't really figure out how this can matter...
Does someone can offer some hints, please? :)
Thanks.
--
Fabio