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:
974e6b6
)
single quotes
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 18 Jan 2010 20:53:26 +0000
(21:53 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 18 Jan 2010 20:53:26 +0000
(21:53 +0100)
modules/nagios/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/nagios/manifests/init.pp
b/modules/nagios/manifests/init.pp
index
54558f0
..
70e0865
100644
(file)
--- a/
modules/nagios/manifests/init.pp
+++ b/
modules/nagios/manifests/init.pp
@@
-4,7
+4,7
@@
class nagios {
}
ferm::rule { "dsa-nagios":
description => "Allow nrpe from spohr.debian.org",
- rule =>
"proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT"
,
+ rule =>
'proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT'
,
prio => "03"
}
}