projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915625a
)
syntax
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:27:42 +0000
(12:27 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:27:42 +0000
(12:27 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin/manifests/check.pp
patch
|
blob
|
history
diff --git
a/modules/munin/manifests/check.pp
b/modules/munin/manifests/check.pp
index
7e4a5c6
..
ee88ca0
100644
(file)
--- a/
modules/munin/manifests/check.pp
+++ b/
modules/munin/manifests/check.pp
@@
-7,7
+7,7
@@
define munin::check($ensure = present, $script = undef) {
}
$link_target = $ensure ? {
- present => "/usr/share/munin/plugins/${link}"
+ present => "/usr/share/munin/plugins/${link}"
,
absent => absent,
default => err ( "Unknown ensure value: '$ensure'" ),
}
@@
-18,5
+18,3
@@
define munin::check($ensure = present, $script = undef) {
notify => Service['munin-node'],
}
}
-
-