OP#436 add main dirs

This commit is contained in:
2026-02-19 16:30:11 +01:00
parent aa8146913c
commit 5b7f23c786
2 changed files with 35 additions and 35 deletions

View File

@@ -10,8 +10,8 @@ class confdroid_nagios::server::files (
# if $ng_nagios_server == $fqdn {
# file { $ng_nagios_cfg_file:
# ensure => file,
# owner => $ng_user,
# group => $ng_user,
# owner => 'nagios',
# group => 'nagios',
# mode => '0644',
# content => template($ng_nagios_cfg_erb),
# notify => Service[$ng_nagios_service],