summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-08-21 10:14:55 +0200
committerAzul <azul@riseup.net>2013-08-21 10:14:55 +0200
commiteb45c81bec1328b5fed6bcfe78059037af190c05 (patch)
tree11944a27ff46a5a173b5d5fa8637c21ce64b864d
parent75f71932df514be2dfc0a9a61b300d8f9bd69369 (diff)
parent1434b9422bf37d1abcff53a076e9f07892c87022 (diff)
Merge remote-tracking branch 'origin/master'
-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',