mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-14 23:18:59 +00:00
Exclude netdata.conf from truenas_verify.
We manage this file via mako. (#967)
This commit is contained in:
@@ -106,6 +106,7 @@ def _do_mtree_impl(mtree_file_path, version):
|
||||
'--exclude', './etc/libvirt',
|
||||
'--exclude', './etc/default/libvirt-guests',
|
||||
'--exclude', './etc/ssl/openssl.cnf', # Modified by configure_fips.py
|
||||
'--exclude', './etc/netdata/netdata.conf',
|
||||
'--exclude', './etc/pam.d/common-account',
|
||||
'--exclude', './etc/pam.d/common-auth',
|
||||
'--exclude', './etc/pam.d/common-password',
|
||||
|
||||
Reference in New Issue
Block a user