summaryrefslogtreecommitdiff
path: root/manifests/docker.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/docker.pp')
-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',