From 99cb6f049c87f4d45f3d3bb0f820dfd870c70423 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sun, 29 Apr 2018 13:55:21 +0200 Subject: [PATCH] recommit for updates in build 14 --- CHANGELOG.md | 10 ++++++++++ .../cd_nagios_3A_3Aselinux_3A_3Aconfig.html | 14 +++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6accafd..cedc472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+9a1901749977a7a Jenkins ConfDroid 2018-04-29 11:45:04 +

+

recommit for updates in build 13

+ +

+c150bcd51d4b551 Arne Teuke 2018-04-29 11:44:55 +

+

adds grep c[Fheck

+ +

6baa1f4db017449 Jenkins ConfDroid 2018-04-29 11:34:39

recommit for updates in build 12

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 116834c..471e164 100644 --- a/doc/puppet_classes/cd_nagios_3A_3Aselinux_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_nagios_3A_3Aselinux_3A_3Aconfig.html @@ -258,7 +258,13 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

149 150 151 -152 +152 +153 +154 +155 +156 +157 +158
# File 'manifests/selinux/config.pp', line 23
@@ -284,6 +290,7 @@ class cd_nagios::selinux::config (
     exec { 'create_policy_taccgi':
       command     =>  template($ng_taccgi_erb),
       path        =>  ['/usr/bin','/usr/sbin'],
+      user        =>  $ng_user,
       cwd         =>  $ng_user_home,
       creates     =>  "${ng_user_home}/my-taccgi.pp",
       notify      =>  Exec['semodule_taccgi'],
@@ -292,6 +299,7 @@ class cd_nagios::selinux::config (
     exec { 'semodule_taccgi':
       command     =>  "semodule -i ${ng_user_home}/my-taccgi.pp",
       path        =>  ['/usr/bin','/usr/sbin'],
+      user        =>  $ng_user,
       cwd         =>  $ng_user_home,
       require     =>  Exec['create_policy_taccgi'],
       refreshonly =>  true,
@@ -359,6 +367,7 @@ class cd_nagios::selinux::config (
     exec { 'create_policy_statusdat':
       command     =>  template($ng_statdat_erb),
       path        =>  ['/usr/bin','/usr/sbin'],
+      user        =>  $ng_user,
       cwd         =>  $ng_user_home,
       creates     =>  "${ng_user_home}/my-http.pp",
       notify      =>  Exec['semodule_statusdat'],
@@ -367,6 +376,7 @@ class cd_nagios::selinux::config (
     exec { 'semodule_statusdat':
       command     =>  "semodule -i ${ng_user_home}/my-httpd.pp",
       path        =>  ['/usr/bin','/usr/sbin'],
+      user        =>  $ng_user,
       cwd         =>  $ng_user_home,
       require     =>  Exec['create_policy_statusdat'],
       refreshonly =>  true,
@@ -378,6 +388,7 @@ class cd_nagios::selinux::config (
     exec { 'create_policy_grep':
       command     =>  template($ng_grep_erb),
       path        =>  ['/usr/bin','/usr/sbin'],
+      user        =>  $ng_user,
       cwd         =>  $ng_user_home,
       creates     =>  "${ng_user_home}/my-grep.pp",
       notify      =>  Exec['semodule_statusdat'],
@@ -386,6 +397,7 @@ class cd_nagios::selinux::config (
     exec { 'semodule_grep':
       command     =>  "semodule -i ${ng_user_home}/my-grep.pp",
       path        =>  ['/usr/bin','/usr/sbin'],
+      user        =>  $ng_user,
       cwd         =>  $ng_user_home,
       require     =>  Exec['create_policy_grep'],
       refreshonly =>  true,