Skip to content

Commit

Permalink
fs-diff: Ignore snmpd configuration files
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Escande <[email protected]>
  • Loading branch information
tescande committed Sep 24, 2024
1 parent fb52863 commit a1fe347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/xcpng-fs-diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,15 @@ def main():
'/etc/pki/java/cacerts',
'/etc/resolv.conf',
'/etc/shadow*',
'/etc/snmp/snmpd.xs.conf',
'/etc/snmp/snmp.xs.conf',
'/etc/ssh/ssh_host_*_key.pub',
'/etc/ssh/ssh_host_*_key',
'/etc/stunnel/*.pem',
'/etc/stunnel/certs-pool/*.bak',
'/etc/sysconfig/network',
'/etc/sysconfig/network-scripts/interface-rename-data/*',
'/etc/sysconfig/snmpd',
'/etc/sysconfig/xencommons',
'/etc/sysctl.d/91-net-ipv6.conf',
'/etc/vconsole.conf',
Expand Down

0 comments on commit a1fe347

Please sign in to comment.