summaryrefslogtreecommitdiff
path: root/manifests/plugin/deploy.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-16 15:57:22 +0100
committermh <mh@immerda.ch>2012-02-16 15:57:22 +0100
commitdf6d136c29b035616ba5bbf5efd9b16f3a22338e (patch)
tree554b5b73cb5d7f43230ad83fb46287212961b888 /manifests/plugin/deploy.pp
parent71d458239f7e8f175c3180d95f0b7770aea91ff0 (diff)
set correct labels for munin plugins
Diffstat (limited to 'manifests/plugin/deploy.pp')
-rw-r--r--manifests/plugin/deploy.pp2
1 files changed, 1 insertions, 1 deletions
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',
}
}