summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/plugin.pp2
-rw-r--r--manifests/plugin/deploy.pp2
2 files changed, 2 insertions, 2 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',
}
}
}
diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp
index be7748b..a76bc6e 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}"]{
- setype => 'munin_services_plugin_exec_t',
+ seltype => 'munin_services_plugin_exec_t',
}
}