When I run
sudo puppet agent -t
after a long phase of catalog loading, I get a message:
info: Applying configuration version '1403590182'
What is that number 1403590182 referring to?
In fact I have noticed that if I run twice in a row sudo puppet agent -t
, I get different configuration version numbers even if the modules have not changed!
How can I determine which version of each module is being applied to the node?