summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/couchdb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/couchdb.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/couchdb.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/puppet/modules/site_shorewall/manifests/couchdb.pp b/puppet/modules/site_shorewall/manifests/couchdb.pp
index f1784a38..a448dd42 100644
--- a/puppet/modules/site_shorewall/manifests/couchdb.pp
+++ b/puppet/modules/site_shorewall/manifests/couchdb.pp
@@ -23,15 +23,4 @@ class site_shorewall::couchdb {
order => 200;
}
- #shorewall::rule {
- # 'dnat-bigcouch-clustering-to-stunnel':
- # destination => "net:${::ipaddress}:8080",
- # destinationport => $portmapper_port,
- # source => '$FW',
- # proto => 'tcp',
- # order => 200,
- # action => 'DNAT';
- #}
-
-
}