From 6baa1f4db017449fb1f3b9a743a6309a57b2c7e8 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sun, 29 Apr 2018 13:34:39 +0200 Subject: [PATCH] recommit for updates in build 12 --- CHANGELOG.md | 10 ++++++++++ .../cd_nagios_3A_3Aselinux_3A_3Aconfig.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86b0e4..337c3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+58693f537bd2a37 Jenkins ConfDroid 2018-04-29 11:23:03 +

+

recommit for updates in build 11

+ +

+db5434475f55341 Arne Teuke 2018-04-29 11:22:56 +

+

removes selinux checks

+ +

a4239d9f85f5910 Jenkins ConfDroid 2018-04-29 10:47:18

recommit for updates in build 10

diff --git a/doc/puppet_classes/cd_nagios_3A_3Aselinux_3A_3Aconfig.html b/doc/puppet_classes/cd_nagios_3A_3Aselinux_3A_3Aconfig.html index a6aada7..e6df601 100644 --- a/doc/puppet_classes/cd_nagios_3A_3Aselinux_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_nagios_3A_3Aselinux_3A_3Aconfig.html @@ -271,7 +271,7 @@ class cd_nagios::selinux::config ( } exec { 'semodule_taccgi': - command => 'semodule -i my-taccgi.pp', + command => "semodule -i ${ng_user_home}/my-taccgi.pp", path => ['/usr/bin','/usr/sbin'], cwd => $ng_user_home, require => Exec['create_policy_taccgi'], @@ -346,7 +346,7 @@ class cd_nagios::selinux::config ( } exec { 'semodule_statusdat': - command => 'semodule -i my-httpd.pp', + command => "semodule -i ${ng_user_home}/my-httpd.pp", path => ['/usr/bin','/usr/sbin'], cwd => $ng_user_home, require => Exec['create_policy_statusdat'],