diff options
author | varac <varacanero@zeromail.org> | 2013-03-20 22:07:25 +0100 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-04-02 10:21:06 -0400 |
commit | 34a44db0de9a7d79ac68e93e79f29dcc32a30c76 (patch) | |
tree | 76b701acc8dc432463246cf74fbdfddc3804f03f /puppet/modules/site_couchdb/manifests | |
parent | 40f32a207957293dd7c9a85df3bcccd340e16522 (diff) |
couchdb hosts include site_shorewall::couchdb::bigcouch
Diffstat (limited to 'puppet/modules/site_couchdb/manifests')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp index d317de65..e0f379cd 100644 --- a/puppet/modules/site_couchdb/manifests/init.pp +++ b/puppet/modules/site_couchdb/manifests/init.pp @@ -67,4 +67,5 @@ class site_couchdb ( $bigcouch = false ) { } include site_shorewall::couchdb + include site_shorewall::couchdb::bigcouch } |