Interesting...
This fact returned using PuppetDB API query only after I run puppet agent -t manually.
I believe this fact should appear after usual puppet agent daemon run (every 10 minutes), but it doesn't.
And what is more interesting - those entries disappear after a while. Looks like some expiration procedure in action?
[ {
"certname" : "web0.local",
"name" : "appenvironment",
"value" : "production"
}, {
"certname" : "web98.local",
"name" : "appenvironment",
"value" : "production"
}, {
"certname" : "web99.local",
"name" : "appenvironment",
"value" : "production"
} ]
After a while:
[ {
"certname" : "web97.local",
"name" : "appenvironment",
"value" : "production"
}, {
"certname" : "web98.local",
"name" : "appenvironment",
"value" : "production"
} ]
And one more time:
[ {
"certname" : "web97.local",
"name" : "appenvironment",
"value" : "production"