OP#436 add temp place holders

This commit is contained in:
2026-02-21 14:29:31 +01:00
parent 523464cbfb
commit 3d992f7407

View File

@@ -16,5 +16,17 @@ class confdroid_nagios::server::files (
content => template($ng_nagios_cfg_erb), content => template($ng_nagios_cfg_erb),
notify => Service[$ng_nagios_service], notify => Service[$ng_nagios_service],
} }
# custom cfg files
file { $ng_target_command:
ensure => file,
owner => 'nagios',
group => 'nagios',
mode => '0644',
selrange => s0,
selrole => object_r,
seltype => nagios_etc_t,
seluser => system_u,
notify => Service[$ng_nagios_service],
}
} }
} }