Skip to content

Commit 539a10d

Browse files
authored
Add default puppet7 location of the summary file (#434)
1 parent 0f0a31f commit 539a10d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

snmp/puppet_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
summary_files = [
2424
"/var/cache/puppet/state/last_run_summary.yaml",
2525
"/opt/puppetlabs/puppet/cache/state/last_run_summary.yaml",
26+
"/opt/puppetlabs/puppet/public/last_run_summary.yaml",
2627
]
2728

2829

0 commit comments

Comments
 (0)