OP#436 add nagios contacts

This commit is contained in:
2026-03-01 14:48:52 +01:00
parent 7e462fbd37
commit bc894bfa0e

View File

@@ -19,8 +19,8 @@ class confdroid_nagios::nagios::objects::add_contact_rules (
concat { $ng_target_add_contact:
ensure => present,
path => $ng_target_add_contact,
owner => $ng_user,
group => $ng_user,
owner => 'nagios',
group => 'nagios',
mode => '0640',
selrange => s0,
selrole => object_r,