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:
ffc4dff
)
apache2: merge ipv4 and ipv6 ferm rule
author
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Sep 2019 08:11:59 +0000
(10:11 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Sep 2019 08:11:59 +0000
(10:11 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
283ce50
..
718f02b
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-148,13
+148,7
@@
class apache2(
include apache2::dynamic
} else {
ferm::rule { 'dsa-http':
- prio => '23',
- description => 'Allow web access',
- rule => '&SERVICE(tcp, (http https))'
- }
-
- ferm::rule { 'dsa-http-v6':
- domain => '(ip6)',
+ domain => '(ip ip6)',
prio => '23',
description => 'Allow web access',
rule => '&SERVICE(tcp, (http https))'