From 8c078cbe1c607e0cb2df917196c00eade55b3a01 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 24 Sep 2012 22:20:57 +0200 Subject: test class couchdb --- puppet/manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'puppet/manifests/site.pp') 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' + } + } } -- cgit v1.2.3