Skip to content

Commit

Permalink
[release] collect /etc/machine-id from RHEL
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Walek <[email protected]>
  • Loading branch information
vwalek committed Nov 28, 2023
1 parent ffeb7d9 commit af418d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class RedHatRelease(Release, RedHatPlugin):

def setup(self):
self.add_file_tags({'/etc/redhat-release': 'redhat_release'})
self.add_file_tags({'/etc/machine-id': 'machine_id'})
super(RedHatRelease, self).setup()

# vim: set et ts=4 sw=4 :

0 comments on commit af418d8

Please sign in to comment.