OP#436 add file controls
This commit is contained in:
@@ -34,19 +34,6 @@ class confdroid_nagios::server::files (
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
file { $ng_nagios_resource_cfg_file:
|
||||
ensure => file,
|
||||
owner => 'nagios',
|
||||
group => 'nagios',
|
||||
mode => '0644',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => nagios_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($ng_nagios_resource_cfg_erb),
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
file { $ng_lock_file:
|
||||
ensure => file,
|
||||
owner => 'nagios',
|
||||
|
||||
Reference in New Issue
Block a user