diff options
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index d451bdf5..ef5c3a8a 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -15,4 +15,9 @@ node 'default' { include site_config::eip } + if 'couchdb' in $services { + class { 'couchdb': + #bind => '0.0.0.0' + } + } } |