summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-19 17:11:58 +0200
committermh <mh@immerda.ch>2014-04-19 17:11:58 +0200
commit0bbf3ce96c049cdcbc59dfdcef860f09d515f618 (patch)
tree749498cf6fe6cc0d1c55dc043ba5aa3a8fa739d1 /manifests
parentbab6dff342ef3288f647edf3bc59580a1fdcc8c4 (diff)
correct seltype
Diffstat (limited to 'manifests')
-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 6a8d052..461a218 100644
--- a/manifests/plugin/deploy.pp
+++ b/manifests/plugin/deploy.pp
@@ -3,7 +3,7 @@ define munin::plugin::deploy(
$ensure = 'present',
$source = '',
$config = '',
- $seltype = 'munin_unconfined_exec_t',
+ $seltype = 'munin_unconfined_plugin_exec_t',
$register = true,
) {
$plugin_src = $ensure ? {