Mike Terzo
Mike Terzo
Thanks, that doesn't look too bad. The data is there, just need to display it.
Yeah adding a pending would be useful.
@thias the reports tab now has # of resources per run.
The new report shows a dark grey tag with the number of resources.
I think we need to come back and revisit the whole UI in some of these sections. I have some ideas for the future to make the reports / node...
We have diffs between servers. And we have what changed between puppet runs. Is this request more on diffs for the configuration changes to the puppet manifests and hiera configuration....
I've been mucking with the APIs to get an understanding what's possible. When I query the resource, here's what I get: ```json "logs": { "data": [ ... { "file": "/etc/puppetlabs/code/environments/production/manifests/default.pp",...
I see that. If I have filebucked turned on locally only it looks the same.
https://docs.puppet.com/puppet/latest/types/filebucket.html Default behavior uses client file bucket path.
I was hoping there was another API I was missing that would let me get know whether the file was local or posted to a puppet server. Just need to...