Revert "add nodes/hardware-map.conf"

This reverts commit 7ab9ce86d3.
This commit is contained in:
Thomas Lamprecht 2022-11-09 09:42:29 +01:00
parent 7ab9ce86d3
commit 55d19f3f7d
2 changed files with 0 additions and 2 deletions

View file

@ -76,7 +76,6 @@ my $observed = {
'sdn/dns.cfg' => 1,
'sdn/.running-config' => 1,
'virtual-guest/cpu-models.conf' => 1,
'nodes/hardware-map.conf' => 1,
};
sub prepare_observed_file_basedirs {

View file

@ -106,7 +106,6 @@ static memdb_change_t memdb_change_array[] = {
{ .path = "sdn/dns.cfg" },
{ .path = "sdn/.running-config" },
{ .path = "virtual-guest/cpu-models.conf" },
{ .path = "nodes/hardware-map.conf" },
};
static GMutex mutex;