From df6d136c29b035616ba5bbf5efd9b16f3a22338e Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 16 Feb 2012 15:57:22 +0100 Subject: set correct labels for munin plugins --- manifests/plugin.pp | 2 +- manifests/plugin/deploy.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/plugin.pp b/manifests/plugin.pp index 30139ea..c1f488b 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -37,7 +37,7 @@ define munin::plugin ( } if $::selinux == 'true' { File[$plugin]{ - seltype => 'munin_services_plugin_exec_t', + seltype => 'munin_etc_t', } } } diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp index a76bc6e..86ca7f5 100644 --- a/manifests/plugin/deploy.pp +++ b/manifests/plugin/deploy.pp @@ -18,7 +18,7 @@ define munin::plugin::deploy($source = '', $ensure = 'present', $config = '') { if $::selinux == 'true' { File["munin_plugin_${name}"]{ - seltype => 'munin_services_plugin_exec_t', + seltype => 'munin_exec_t', } } -- cgit v1.2.3