summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/couchdb/bigcouch.pp
blob: f96ef87bbf3abd677abccbbaabce54f7928cea61 (plain)
1
2
3
4
5
6
7
class site_shorewall::couchdb::bigcouch inherits site_shorewall::couchdb {

  include site_shorewall::defaults

  create_resources(site_shorewall::dnat, hiera('shorewall_dnat'))

}