From 0bbf3ce96c049cdcbc59dfdcef860f09d515f618 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 19 Apr 2014 17:11:58 +0200 Subject: correct seltype --- manifests/plugin/deploy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 ? { -- cgit v1.2.3