projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d4582
)
set correct labels for munin plugins
author
mh
<mh@immerda.ch>
Thu, 16 Feb 2012 14:57:22 +0000
(15:57 +0100)
committer
mh
<mh@immerda.ch>
Thu, 16 Feb 2012 14:57:22 +0000
(15:57 +0100)
manifests/plugin.pp
patch
|
blob
|
history
manifests/plugin/deploy.pp
patch
|
blob
|
history
diff --git
a/manifests/plugin.pp
b/manifests/plugin.pp
index
30139ea
..
c1f488b
100644
(file)
--- a/
manifests/plugin.pp
+++ b/
manifests/plugin.pp
@@
-37,7
+37,7
@@
define munin::plugin (
}
if $::selinux == 'true' {
File[$plugin]{
- seltype => 'munin_
services_plugin_exe
c_t',
+ seltype => 'munin_
et
c_t',
}
}
}
diff --git
a/manifests/plugin/deploy.pp
b/manifests/plugin/deploy.pp
index
a76bc6e
..
86ca7f5
100644
(file)
--- 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}"]{
- seltype => 'munin_
services_plugin_
exec_t',
+ seltype => 'munin_exec_t',
}
}