From 71d458239f7e8f175c3180d95f0b7770aea91ff0 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 15 Feb 2012 18:25:11 +0100 Subject: correct param --- 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 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', } } } -- cgit v1.2.3