summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-15 18:25:11 +0100
committermh <mh@immerda.ch>2012-02-15 18:25:11 +0100
commit71d458239f7e8f175c3180d95f0b7770aea91ff0 (patch)
tree5aa4a5cf2d88c644a5728e940b7184a08cd480f3 /manifests
parentd459255da087bda68627dc5c228056b6ebf7036b (diff)
correct param
Diffstat (limited to 'manifests')
-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',
}
}