make contact changeable

This commit is contained in:
2026-03-10 12:21:04 +01:00
parent 4a9d594758
commit f4cb7198b3
2 changed files with 9 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class confdroid_apache::monitoring::target (
owner => 'nagios',
group => 'nagios',
mode => '0640',
contacts => 'ops',
contacts => $ae_target_contacts,
}
}
}