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:
b23ed8a
)
single quotes
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 18 Jan 2010 20:43:59 +0000
(21:43 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 18 Jan 2010 20:43:59 +0000
(21:43 +0100)
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
c3b4a12
..
79eaa62
100644
(file)
--- a/
modules/munin-node/manifests/init.pp
+++ b/
modules/munin-node/manifests/init.pp
@@
-77,7
+77,7
@@
class munin-node {
}
ferm::rule { "dsa-munin":
description => "Allow munin-node from spohr.debian.org",
- rule =>
"proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT"
,
+ rule =>
'proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT'
,
prio => "02"
}
}