diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-16 16:02:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-16 16:02:54 -0200 |
commit | cf16f46e37457179e02f49abbd6f7c2eda28f88a (patch) | |
tree | 214696dda75a8aff833d2e77856c3c1fcadd7efb /manifests | |
parent | 690834385f0e6efe8ecf15a04d9a1ef09b243281 (diff) | |
download | puppet-firewall-cf16f46e37457179e02f49abbd6f7c2eda28f88a.tar.gz puppet-firewall-cf16f46e37457179e02f49abbd6f7c2eda28f88a.tar.bz2 |
Docker and forwarding classes (3)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/docker.pp | 2 |
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', |