Bug #24556
origin of config report is N/A
Pull request:
Fixed in Releases:
Found in Releases:
Description
When a puppet report contains only two lines like the following example, the column "Origin" of the report table shows N/A, though it s a report from Puppet.
content changed '{md5}085471495a8a34d24cfda019bccbe7ad' to '{md5}fc037522c6f4a510394eaeb352067ff6' Puppet Applied catalog in 0.32 seconds
Associated revisions
History
#1
Updated by Hart Mel almost 4 years ago
replacing .first by .last in /usr/share/foreman/app/services/report_scanner/puppet_report_scanner.rb fixed it. I m not sure if this hack is the way to handle report logs..
#2
Updated by The Foreman Bot almost 4 years ago
- Assignee set to Marek Hulán
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5941 added
#3
Updated by Marek Hulán almost 4 years ago
Thanks, I was able to reproduce. Could you please check whether the patch fixes the problem for you?
#4
Updated by Tomer Brisker almost 4 years ago
- Fixed in Releases 1.19.0 added
#5
Updated by Tomer Brisker almost 4 years ago
- Target version set to 1.19.0
- Fixed in Releases deleted (
1.19.0)
#6
Updated by Hart Mel almost 4 years ago
Yes, it fixes the problem.
#7
Updated by Tomer Brisker almost 4 years ago
- Found in Releases 1.18.0, 1.18.0-RC1, 1.18.0-RC2, 1.18.0-RC3, 1.18.1, 1.18.2, 1.19.0, 1.19.0-RC2 added
- Fixed in Releases 1.19.0, 1.20.0 added
#8
Updated by Marek Hulán almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3af8b327bb67ebbfd21d6f3bfbacea2e8f85001f.
#9
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/5952 added
Fixes #24556 - correct puppet origin detection