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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/plugin.pp') 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', } } } -- cgit v1.2.3