OP#436 remove placeholder file

This commit is contained in:
2026-03-01 14:56:43 +01:00
parent b710bf8322
commit f6ae7094a3

View File

@@ -19,16 +19,16 @@ class confdroid_nagios::server::files (
# custom cfg files # custom cfg files
## temp place holder, this will be done via defines ## temp place holder, this will be done via defines
## and PuppetDB exports and imports in the future ## and PuppetDB exports and imports in the future
file { $ng_target_command: #file { $ng_target_command:
ensure => file, # ensure => file,
owner => 'nagios', # owner => 'nagios',
group => 'nagios', # group => 'nagios',
mode => '0644', # mode => '0644',
selrange => s0, # selrange => s0,
selrole => object_r, # selrole => object_r,
seltype => nagios_etc_t, # seltype => nagios_etc_t,
seluser => system_u, # seluser => system_u,
notify => Service[$ng_nagios_service], # notify => Service[$ng_nagios_service],
} #}
} }
} }