summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-12-16 16:02:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-12-16 16:02:54 -0200
commitcf16f46e37457179e02f49abbd6f7c2eda28f88a (patch)
tree214696dda75a8aff833d2e77856c3c1fcadd7efb
parent690834385f0e6efe8ecf15a04d9a1ef09b243281 (diff)
downloadpuppet-firewall-cf16f46e37457179e02f49abbd6f7c2eda28f88a.tar.gz
puppet-firewall-cf16f46e37457179e02f49abbd6f7c2eda28f88a.tar.bz2
Docker and forwarding classes (3)
-rw-r--r--manifests/docker.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/docker.pp b/manifests/docker.pp
index e69010b..5cc1e68 100644
--- a/manifests/docker.pp
+++ b/manifests/docker.pp
@@ -2,7 +2,7 @@
class firewall::docker($device = 'eth0') {
class { 'firewall::forwarding': }
- shorewall::masq { "${device}":
+ shorewall::masq { "${device}-dock":
interface => "${device}",
source => '172.17.0.0/16',
order => '10',