summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/bigcouch.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp
index c56890b..2e3a118 100644
--- a/manifests/bigcouch.pp
+++ b/manifests/bigcouch.pp
@@ -5,6 +5,11 @@ class couchdb::bigcouch inherits couchdb::base {
ensure => directory,
mode => '0755';
+ '/etc/couchdb':
+ ensure => directory,
+ mode => '0755',
+ before => Package['couchdb'];
+
'/opt/bigcouch/etc':
ensure => link,
target => '/etc/couchdb',