summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index b76a5da..30139ea 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -37,7 +37,7 @@ define munin::plugin (
}
if $::selinux == 'true' {
File[$plugin]{
- setype => 'munin_services_plugin_exec_t',
+ seltype => 'munin_services_plugin_exec_t',
}
}
}