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:
320758f
)
fix ferm syntax
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 25 Jan 2013 23:02:48 +0000
(
00:02
+0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 25 Jan 2013 23:02:48 +0000
(
00:02
+0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/varnish/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/varnish/manifests/init.pp
b/modules/varnish/manifests/init.pp
index
ff72fc5
..
7ce53d2
100644
(file)
--- a/
modules/varnish/manifests/init.pp
+++ b/
modules/varnish/manifests/init.pp
@@
-11,7
+11,7
@@
class varnish {
@ferm::rule { 'dsa-varnish':
domain => '(ip ip6)',
description => 'Allow http access',
-
rule => '&TCP_SERVICE(
80)'
+
rule => '&SERVICE(tcp,
80)'
}
file { '/etc/default/varnish':