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:
607a965
)
sort rules
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 26 Jan 2013 08:24:58 +0000
(09:24 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 26 Jan 2013 08:24:58 +0000
(09:24 +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
ca204a7
..
004711e
100644
(file)
--- a/
modules/varnish/manifests/init.pp
+++ b/
modules/varnish/manifests/init.pp
@@
-12,6
+12,7
@@
class varnish {
@ferm::rule { 'dsa-varnish':
domain => '(ip ip6)',
+ prio => '100',
description => 'Allow http access',
rule => '&SERVICE(tcp, 80)'
}