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:
48488d0
)
and the inevitable typo
author
Stephen Gran
<steve@lobefin.net>
Fri, 16 Oct 2009 20:27:09 +0000
(21:27 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 16 Oct 2009 20:27:09 +0000
(21:27 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/munin-node/manifests/init.pp
b/modules/munin-node/manifests/init.pp
index
f09f8fc
..
0aadf01
100644
(file)
--- a/
modules/munin-node/manifests/init.pp
+++ b/
modules/munin-node/manifests/init.pp
@@
-1,6
+1,6
@@
define activate_munin_check($script) {
file { "/etc/munin/plugins/$script":
- ensure => "/usr/share/munin/plugins/$script"
+ ensure => "/usr/share/munin/plugins/$script"
,
notify => Exec["munin-node restart"];
}
}