added checknagios selinux exception
This commit is contained in:
@@ -93,6 +93,25 @@ class cd_nagios::selinux::config (
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
# selart check_nagios
|
||||
|
||||
exec { 'create_policy_checknagios':
|
||||
command => template($ng_checknagios_erb),
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
creates => "${ng_user_home}/my-checknagios.pp",
|
||||
notify => Exec['semodule_checknagios'],
|
||||
}
|
||||
|
||||
exec { 'semodule_checknagios':
|
||||
command => 'semodule -i my-checknagios.pp',
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_checknagios'],
|
||||
refreshonly => true,
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user