OP#436 add nagios contactgroups
This commit is contained in:
@@ -19,14 +19,14 @@ class confdroid_nagios::nagios::objects::add_contactgroups_rules (
|
||||
concat { $ng_tgt_contactgroup_add:
|
||||
ensure => present,
|
||||
path => $ng_tgt_contactgroup_add,
|
||||
owner => $ng_user,
|
||||
group => $ng_user,
|
||||
owner => 'nagios',
|
||||
group => 'nagios',
|
||||
mode => '0640',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => nagios_etc_t,
|
||||
seluser => system_u,
|
||||
notify => Service[$ng_service],
|
||||
notify => Service[$ng_nagios_service],
|
||||
}
|
||||
|
||||
# manage file header
|
||||
|
||||
Reference in New Issue
Block a user