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:
d84d5dd
)
Revert "does that work?"
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 18 Jan 2010 20:42:55 +0000
(21:42 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 18 Jan 2010 20:42:55 +0000
(21:42 +0100)
This reverts commit
b89cc486588ff70b6876f0ea06e72fd82bb510d8
.
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
9b40cf9
..
c3b4a12
100644
(file)
--- a/
modules/munin-node/manifests/init.pp
+++ b/
modules/munin-node/manifests/init.pp
@@
-75,14
+75,10
@@
class munin-node {
path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
refreshonly => true,
}
- case $ferm {
- "true": {
- ferm::rule { "dsa-munin":
- description => "Allow munin-node from spohr.debian.org",
- rule => 'proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT',
- prio => "02"
- }
- }
+ ferm::rule { "dsa-munin":
+ description => "Allow munin-node from spohr.debian.org",
+ rule => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT",
+ prio => "02"
}
}