diff options
author | varac <varacanero@zeromail.org> | 2012-09-24 22:20:57 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-24 22:20:57 +0200 |
commit | 8c078cbe1c607e0cb2df917196c00eade55b3a01 (patch) | |
tree | 989e29fe71b9a9167a135f1cb545d6c08003ca72 /puppet/manifests | |
parent | f7cd516218ccfb5ec1a68f9953dfce6be605b25b (diff) |
test class couchdb
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 5f58a733..3b28be2f 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -27,4 +27,9 @@ node 'default' { create_resources('site_openvpn::server_config', $openvpn_configs) } + if 'couchdb' in $services { + class { 'couchdb': + #bind => '0.0.0.0' + } + } } |