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:
bab6dff
)
correct seltype
author
mh
<mh@immerda.ch>
Sat, 19 Apr 2014 15:11:58 +0000
(17:11 +0200)
committer
mh
<mh@immerda.ch>
Sat, 19 Apr 2014 15:11:58 +0000
(17:11 +0200)
manifests/plugin/deploy.pp
patch
|
blob
|
history
diff --git
a/manifests/plugin/deploy.pp
b/manifests/plugin/deploy.pp
index
6a8d052
..
461a218
100644
(file)
--- 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 ? {