summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-26 12:27:51 -0800
committerelijah <elijah@riseup.net>2016-01-26 12:27:51 -0800
commitb95d60260ecb57fe08fca0571771a14b803c1b4e (patch)
tree30f0bbb5156ec13951e1ed32c06bdc7550c6d044 /puppet/modules/site_couchdb
parent8fc9f0da2f755ad8b225d4b0557c6179236ca7f4 (diff)
parent27a059ccb3b5210f7e539326c30f20d8530cde1d (diff)
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r--puppet/modules/site_couchdb/manifests/master.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/master.pp b/puppet/modules/site_couchdb/manifests/master.pp
index 5dab6325..49d90f2f 100644
--- a/puppet/modules/site_couchdb/manifests/master.pp
+++ b/puppet/modules/site_couchdb/manifests/master.pp
@@ -8,4 +8,8 @@ class site_couchdb::master {
}
include site_check_mk::agent::couchdb::master
+
+ # remove bigcouch leftovers from previous installations
+ include ::site_config::remove::bigcouch
+
}