Skip to content

Commit

Permalink
[maas] fix working directory for rsyslog configs on snap install
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vest <[email protected]>
  • Loading branch information
adam-vest authored and TurboTurtle committed Dec 15, 2023
1 parent 44102a6 commit af139c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/maas.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def setup(self):
"/var/snap/maas/current/supervisord",
"/var/snap/maas/current/preseeds",
"/var/snap/maas/current/proxy",
"/var/snap/maas/current/rsyslog",
"/var/snap/maas/current/syslog",
])
else:
self.add_copy_spec([
Expand Down

0 comments on commit af139c4

Please sign in to comment.